Help for this page
@ARGV = map { glob $_ } @ARGV;
use File::Glob qw(bsd_glob); @ARGV = map { bsd_glob $_ } @ARGV;