Help for this page

Select Code to Download


  1. or download this
    program.pl file*
    
  2. or download this
    program.pl file1 file2 ...
    
  3. or download this
    use File::Glob qw( bsd_glob );
    @ARGV = map bsd_glob($_), @ARGV;