Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use File::Copy;
    ...
    foreach $file(@files){
    }
    closedir (DIR);
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        warn "Failed to open '$source ' for reading ($!)\n";
    }
    
  3. or download this
    use strict;
    use warnings;
    
  4. or download this
    use diagnostics;