http://www.perlmonks.org?node_id=426063


in reply to using wildcard character * in perlscript command line

Here's what I use...
foreach $arg ( @ARGV ) { @files = glob $arg; foreach (@files) { ...