Help for this page

Select Code to Download


  1. or download this
    c:\inetpub\test1
    c:\inetpub\test2
    c:\inetpub\test3
    
  2. or download this
    use File::Find;
    use File::Copy;
    ...
        copy( sub {print "$_ target found\n" if -f and /\Q$srcfile\E/;},
             'C:\temp');
    }