http://qs321.pair.com?node_id=1167017


in reply to Re: LWP::UserAgent doesn't send my HTTP::Cookies
in thread LWP::UserAgent doesn't send my HTTP::Cookies

What do you expect? Do you expect that $ua shoehorns its cookie-jar into the new HTTP::Request object? You are expecting too much magic, I guess ;-)

Yeah, $ua will absolutely take cookies from the cookiejar and add them to any requests, if they exist