Help for this page

Select Code to Download


  1. or download this
    foreach my $file (@select_files)
    {
       copy($file, "C:\\temp\\$file") or die
         "Failed to copy $file: $!\n";
    }
    
  2. or download this
    use strict;
    
    ...
    }
    
    find(\&process_file, $dir);