Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -W # force taint checks, and print warnings
    use strict; # install all three strictures
    ...
        print "\$destFile = $destFile\n";
        #copy ($_, $destFile) or print "File $_ cannot be copied. $!\n";
    }
    
  2. or download this
    $destFile = c:/Delme/example.pl
    $destFile = c:/Delme/Readme.txt
    ...
    $destFile = c:/Delme/aspSamples/ado14.asp
    $destFile = c:/Delme/aspSamples/ado15.asp
    ...