Posted on 2005-06-20 12:18:50-07 by jenda in response to 624
Re: Having Trouble Copying Files

Most probably the current working directory is not what you expect.

Try to add
use Cwd qw(getcwd); print "In folder: " . getcwd() . "\n";
on top of the script. Does it print the expected path?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.