Help for this page

Select Code to Download


  1. or download this
    Fetching with LWP:
     ftp://mirrors.localhost.net.ar/pub/mirrors/CPAN/authors/id/whatever
    Use of uninitialized value in hash element at /Library/Perl/5.8.6/LWP/
    +Protocol.pm line 53.
    Use of uninitialized value in pattern match (m//) at /Library/Perl/5.8
    +.6/LWP/Protocol.pm line 56.
    Use of uninitialized value in concatenation (.) or string at /Library/
    +Perl/5.8.6/LWP/Protocol.pm line 36.
    Use of uninitialized value in string eq at /Library/Perl/5.8.6/LWP/Use
    +rAgent.pm line 199.
    
  2. or download this
    Protocol.pm
    line 53     my $ic = $ImplementedBy{$scheme};
    ...
    
    UserAgent.pm
    line 199        if ($scheme eq "https") {