Help for this page

Select Code to Download


  1. or download this
    c:\scratch>dir /B
    file1
    ...
    Arguments: *
    
    c:\scratch>|
    
  2. or download this
    Linux > ls
    file1  file2  file3
    Linux > perl -wnl -e 'BEGIN { print "Arguments: @ARGV"; exit; }' *
    Arguments: file1 file2 file3
    Linux > |
    
  3. or download this
    package Glob::Auto;
    use strict;
    ...
    }
    
    1;