Vemulakonda Uday Bhaskar wrote at Mon, 07 Jul 2003 13:21:53 +:
> 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");
hi
use strict;
use warnings;
#!usr/bin/perl
use Net::SFTP:
my $sftp=Net::sftp->new("xxx.xxx.xxx.xxx"); [the last line]
this the is only code
the error is coming in Line 37
with regards
uday
___
Click below to experience Sooraj R Barjatya's latest