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


in reply to Re: WWW::Mechanize doesn't respect <base>? (patch)
in thread WWW::Mechanize doesn't respect <base>?

After many experiments, I can say this patch works perfectly. Thanks!

BTW, immediately after the call to $mech->get(), $mech->base() still gives the wrong value. It get fixed after a call to $mech->links(), which is OK for me.