in reply to using wildcard character * in perlscript command line

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