in reply to Re: Naming file handles with variables?
in thread Naming file handles with variables?
Since it [the -n option] causes perl to iterate over the files in turn, self-evidently doesn't meet the requirements of the OP.-n causes Perl to assume the following loop around your program, which ma +kes it iterate over filename arguments somewhat like sed -n or awk:.. +.
|
|---|