program.pl file* #### program.pl file1 file2 ... #### use File::Glob qw( bsd_glob ); @ARGV = map bsd_glob($_), @ARGV;