|
|
| more useful options | |
| PerlMonks |
Re: run a perl script for all files in a folderby 2teez (Chaplain) |
| on Aug 06, 2012 at 11:58 UTC ( #985680=note: print w/ replies, xml ) | Need Help?? |
|
Hi, Or you could either use opendir function to open up the folder in question and then, get each of the file with readdir function to "work" on like so: The Anonymous subroutine, could be used to do what you want on each of the file in the folder. Please check the following for more info:
Hope this helps.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||