- or download this
$ perl -E 'say $_ for @ARGV' m*.txt
mail_cmc.txt
modules.txt
mots.txt
...
- or download this
C:\Users\Laurent>perl -E "say $_ for @ARGV" t*.*
t*.*
- or download this
perl -E "my @a = glob(shift); say $_ for @a" t*.*
test_hash.pl
...
test_perl10.pl
test_perl11.pl
...