in reply to How to execute the perl program on different files in the same directory
perldoc perlvar, look for @ARGV. Alternately if you need to run on everything in a given directory, give the directory name as an argument and use opendir and readdir to build the list of files.
|
|---|