Help for this page

Select Code to Download


  1. or download this
    use strict;
    system('cp','/path/to/file1','path/to/file2');
    ...
    die "bad copy num:$err_num\n" 
        if $err_num;