Seems that I recall perl having a built in like awk's FNR that keeps
track of the current line number in each file.  Zeros out on each new
file. 

Like $. only goes to zero on each new file.

I know how to do that with code but wondered if perl already does it
thru some builtin.


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


Reply via email to