Help for this page

Select Code to Download


  1. or download this
    @ARGV = map { glob $_ } @ARGV;
    
  2. or download this
    use File::Glob qw(bsd_glob);
    @ARGV = map { bsd_glob $_ } @ARGV;