http://qs1969.pair.com?node_id=147515


in reply to LWP::Simple and redirects

LWP::Simple does indeed do redirects. (Not javascript redirects though!)

use LWP::Debug qw(+conns); # This will tell you what's going on.

One bug that has come up in LWP::Simple is on some machines, it just mysteriously fails. Try prepending a space to the url.
get " http://yahoo.com;"
Stops it from using _trivial_get internally which is the source of the bug.

-Lee

"To be civilized is to deny one's nature."