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