in reply to Re: Multiple file input into a perl script
in thread Multiple file input into a perl script
Does the way I set this up work, or am I completely screwing up the way you are supposed to use this function?@files=<ABi1*>; foreach $file (@files) { while(<>) { Do my function; } if (eof($file)) { Do my end of file cleanup } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Multiple file input into a perl script
by Corion (Patriarch) on Sep 30, 2008 at 19:47 UTC | |
by broomduster (Priest) on Sep 30, 2008 at 22:11 UTC | |
by Corion (Patriarch) on Oct 01, 2008 at 05:42 UTC | |
by broomduster (Priest) on Oct 01, 2008 at 12:51 UTC |