|
|
| No such thing as a small change | |
| PerlMonks |
Re: Multiple file input into a perl scriptby Corion (Pope) |
| on Sep 30, 2008 at 18:46 UTC ( #714606=note: print w/ replies, xml ) | Need Help?? |
|
It depends. How do you find all those files? If you have them in a text file, read them from that text file:
If they all are below a certain directory, use File::Find:
If you want to use a shell glob pattern, you can prevent the shell from expanding it and do the expansion in Perl:
If you have the list in some other fashion, you'll have to tell us, but the basic pattern remains.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||