On Mon, 5 Dec 2005, Moon, John wrote:
> while ($line = <>) {
>       next if $. <= 10;
> ...
>       }

CMIIW, this one will check (if $.) for each of the line.

thx
.dave

http://www.davidsudjiman.info

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to