o_chfa has asked for the wisdom of the Perl Monks concerning the following question:
following error message
Can't locate object method "new" via package "Net::FTP::A" at /usr/perl5/5.00503/Net/FTP.pm line 959.was produced by :
what shall I do ???????use Net::FTP; my $ftp = Net::FTP->new("128.1.141.29") or die "Cannot connect to 128. +1.141.29"; $ftp->login("bogie", #0tB\@') or die $ftp->message; my $dir = $ftp->pwd() or die $ftp->message;; print $dir, "\n"; $ftp->get("err"); print $ftp, "\n"; $ftp->quit;
Edited by Arunbear: Changed title from 'Net::FTP', as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error with Net::FTP - Can't locate Net::FTP::A
by castaway (Parson) on May 02, 2005 at 08:19 UTC | |
by o_chfa (Acolyte) on May 02, 2005 at 09:08 UTC | |
|
Re: Error with Net::FTP - Can't locate Net::FTP::A
by gman (Friar) on May 02, 2005 at 16:58 UTC |