Re: most efficient way to count lines in a file

2001-07-30 Thread Peter Scott
At 08:35 AM 7/30/2001 -0700, ERIC Lawson - x52010 wrote: >What's the most efficient way to find the total number of lines in a file >using perl? Type perldoc -q lines Peter Scott [EMAIL PROTECTED] http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: most efficient way to count lines in a file

2001-07-30 Thread Bob Showalter
> -Original Message- > From: ERIC Lawson - x52010 [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 30, 2001 11:35 AM > To: [EMAIL PROTECTED] > Subject: most efficient way to count lines in a file > > > What's the most efficient way to find the total number of > lines in a file using per