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