Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        copy($File::Find::name, $copy_name) or
            die "Unable to copy $File::Find::name to $copy_name: $!";
    }