Re: unhead
Yitzchak Scott-Thoennes <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Organization | bs"d |
| Message-ID | <[email protected]> |
On Fri, Sep 24, 2004 at 03:17:56PM +0100, Jose Alves de Castro wrote: > print if ($N+1)..0; Implicit comparison to $. only happens for constants, so that should be ($. > $N) .. 0