Help for this page

Select Code to Download


  1. or download this
            copy($i,$to_dir);
    
  2. or download this
    FILE:
    for my $file (@update) {
    ...
    
        copy($file, "$to_dir/$first_4_chars");
    }
    
  3. or download this
    use strict;
    use warnings;