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]
- Re: most efficient way to count lines in a file ERIC Lawson - x52010
- Re: most efficient way to count lines in a file Peter Scott
- RE: most efficient way to count lines in a file Bob Showalter