Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        },
        glob ('Z:\Linux\site')
    );
    
  2. or download this
    use strict;
    use warnings;
    ...
            eval { path($file)->copy($destination) };
            print STDERR $@ ? "$@" : "$file, $pattern\n";
    }