e.g ./myprogram *.txt
for my $file (@ARGV) { open (IN, $file); .... } [download]
In reply to Re: Replace strings in multiple files by space_monk in thread Replace strings in multiple files by najiz