Help for this page
#!/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"; }
$destFile = c:/Delme/example.pl $destFile = c:/Delme/Readme.txt ... $destFile = c:/Delme/aspSamples/ado14.asp $destFile = c:/Delme/aspSamples/ado15.asp ...