Vemulakonda Uday Bhaskar wrote at Mon, 07 Jul 2003 13:21:53 +0000:

> use strict;
> use warnings;
> 
>   #!usr/bin/perl

The usual ordering is to have that line as first line,
followed by use strict; use warnings in the next lines.

>   use Net::SFTP:
>   my $sftp=Net::sftp->new("xxx.xxx.xxx.xxx"); [the last line]
                  ^^^^

That should be still uppercase.

You might also need perhaps some arguments like the username or the
password.

> this the is only code
> the error is coming in Line 37

There are only 6 lines in the code you've shown to us.
What is the exact (Copy+Paste it) error message given to you?


Greetings,
Janek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to