in reply to Re: reading files in @ARGV doesn't return expected output
in thread reading files in @ARGV doesn't return expected output
Seems to be an attempt to not use explicit open() by use of while ( ... = <> ){ } later in the code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: reading files in @ARGV doesn't return expected output
by stevieb (Canon) on Jun 26, 2017 at 23:53 UTC |