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 } }
In reply to Re^2: Multiple file input into a perl script
by kelder
in thread Multiple file input into a perl script
by kelder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |