Hi there !

I was happily using the libwww-perl/5.45 package to grab password
protected files, but the same stuff doesn't work with libwww-perl/5.47

I know there were changed between LWP::UserAgent 1.62 to 1.64, but it
seemed to change once more. The code I have is:
(in{fromserver} is just a server name...)

$netloc = ( ($in{fromserver} =~ /:/) or ($LWP::VERSION <= 5.15) ) ? 
           $in{fromserver} : $in{fromserver} . ":80";

It doesn't even work with adding:

$netloc = "http://" . $netloc;

what has changed between the two distributions ? 5.47 comes with RedHat
6.1, so if anyone had done it with that I'd appreciate some sample code.

Thanks,

-Balazs

Ps: I'm authentifying against a plain apache server...

Reply via email to