Help for this page

Select Code to Download


  1. or download this
    copy("$File::Find::name","C:\\temp\\/$_");
  2. or download this
    #! perl -w
    use strict;
    ...
    for my $file (@select_files) {
        copy catfile($line,$file), catfile("C:\\temp", $file);
    }