Hi,
I got:
Can't declare undef operator in my at /usr/users/tony/perl/lib/libnet-1.12/lib/site_perl/Net/Cmd.pm line 500, near "
="
BEGIN failed--compilation aborted at /usr/users/tony/perl/lib/libnet-1.12/lib/site_perl/Net/FTP.pm line 20.
BEGIN failed--compilation aborted at /usr/users/tony/perl/ftptest3.pl line 6.
when I tried to use Net::FTP
and the error seems to come from the following
line in Cmd:
my (undef,$len,$offset) = @_;
The perl version I am using is 5.004_04.
Any help greatly appreciated. Could you copy your response to:
tony_mcguinness@amt-sybex.com
Regards,
Tony
I got:
Can't declare undef operator in my at /usr/users/tony/perl/lib/libnet-1.12/lib/site_perl/Net/Cmd.pm line 500, near "
BEGIN failed--compilation aborted at /usr/users/tony/perl/lib/libnet-1.12/lib/site_perl/Net/FTP.pm line 20.
BEGIN failed--compilation aborted at /usr/users/tony/perl/ftptest3.pl line 6.
when I tried to use Net::FTP
and the error seems to come from the following
line in Cmd:
my (undef,$len,$offset) = @_;
The perl version I am using is 5.004_04.
Any help greatly appreciated. Could you copy your response to:
tony_mcguinness@amt-sybex.com
Regards,
Tony