![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^4: Open in for loop/array structureby ikegami (Patriarch) |
on Jun 03, 2008 at 00:02 UTC ( #689777=note: print w/replies, xml ) | Need Help?? |
$filename = <$FN[$k]>; is still bad, though. Using glob without looping over its results makes no sense.
If @FN contains glob patterns, then he wants
If @FN contains file names (as it seems to), then he wants
Although it looks like @FN isn't needed at all.
In Section
Seekers of Perl Wisdom
|
|