On Sat, 5 May 2001, Paul wrote: > > --- Mike Lacey <[EMAIL PROTECTED]> wrote: > > my $file = $ARGV(0); > > carefull there -- $ARGV(0) will probably err. > ^ ^ > use $ARGV[0] instead. That's what I meant, as I had posted in a followup message. -- Brett http://www.chapelperilous.net/btfwk/ ------------------------------------------------------------------------ A hundred thousand lemmings can't be wrong!
- Counting lines on a file Susan Richter
- Re: Counting lines on a file Jeff Pinyan
- Re: Counting lines on a file Brett W. McCoy
- Re: Counting lines on a file Mike Lacey
- Re: Counting lines on a file Brett W. McCoy
- Re: Counting lines on a file Paul
- Re: Counting lines on a file Brett W. McCoy
- Re: Counting lines on a file Jeff Pinyan
- Re: Counting lines on a file Casey West
- Re: Counting lines on a file Jos I Boumans
- Re: Counting lines on a file Jeff Pinyan
- Re: Counting lines on a file Jos I Boumans