Hello,

I wrote a small program to test the SCP function.
The program simply outputs Died at line 44, which is the line for the
put function
my $file_to_put =''test.txt'' ;

....

$SCP->put($file_to_put) or die $SCP->{errstr};

is the problem on putting the actual file, or is it more on finding
that file (test.txt)


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


Reply via email to