- or download this
./script.pl -file myfile.txt -file yourfile.txt -file ourfile.txt
- or download this
#!/usr/bin/perl
use strict;
...
#Do stuff with file
print "$_\n";
}
- or download this
myfile.txt
yourfile.txt
ourfile.txt
- or download this
./script.pl -file *.txt