Help for this page

Select Code to Download


  1. or download this
    use File::Glob qw(bsd_glob);
    
    ...
    for my $file (@files) {
        print "Processing '$file'\n";
    };