in reply to using wildcard character * in perlscript command line
foreach $arg ( @ARGV ) { @files = glob $arg; foreach (@files) { ... [download]