Subject: | constructor does not set $@ |
my $ftp = Net::FTP->new( $ftp_server, Debug => 0 ) or die "$@";
Use of uninitialized value $@ in concatenation (.) or string
Net::FTP->new does not set $@ as the documentation mentions, but sets @! instead
This queue is for tickets about the libnet CPAN distribution.
The Basics
People
|
Bug Information
|