in reply to LWP::SIMPLE fails on certain URL
This drove me nuts for quite some time. Never was able to understand why it happens. Only with get, not getstore or getprint.# This don't work for me. perl -MLWP::Simple -e 'my $a=get("http://wire.ap.org/APnews/center_min +or.html?FRONTID=SCIENCE"); print $a;' #This does perl -MLWP::Simple -e 'my $a=get(" http://wire.ap.org/APnews/center_mi +nor.html?FRONTID=SCIENCE"); print $a;'
|
|---|