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
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