--- Mike Lacey <[EMAIL PROTECTED]> wrote: > my $file = $ARGV(0); carefull there -- $ARGV(0) will probably err. ^ ^ use $ARGV[0] instead. ^ ^ __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
- 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