Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    use File::Copy::Recursive qw(dircopy);
    ...
    print "\n";
    
    __END__
    
  2. or download this
    use File::Copy::Recursive qw(dircopy);
    use strict;
    ...
    print "\n";
    
    __END__