On Thu, Oct 14, 2004 at 09:09:00AM -0500, Jeff Herbeck wrote:
>  Here is what I have so far.  It runs, but it doesn't do anything but
> display "aaa"
> 
> #!/usr/bin/perl

Where are use strict and use warnings?
 
> getstore("$URL", "/var/www/html/$remote_user/");

According to the perldoc for getstore, the second parameter should be
a file, not a directory.

You should probably be checking the response code that getstore
returns as well.

-- 
David Dorward                                      http://dorward.me.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to