What's the most efficient way to find the total number of lines in a file
using perl?

Now, I'm using 

while (<FILE>) { ++$lincnt; }

thanks,
Eric Lawson


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to