Help for this page

Select Code to Download


  1. or download this
    use Hook::LexWrap;
    use File::Copy::Recursive qw(dircopy);
    ...
    
    dircopy($dir_from, $dir_to);
    print "\n";
    
  2. or download this
    use File::Copy::Recursive qw(dircopy);
    use strict;
    ...
    dircopy($dir_from, $dir_to);
    print "\n";