Set-Cookie: PHPSESSID=rl6oeo664r7g9lnd7gin5ilvn3; path=/ Set-Cookie: fusion_user=24236.f31e0a8a2cefed417ec46c7675e4142d; expires=Mon, 16 Jun 2008 16:48:06 GMT; path=/ #### use LWP::UserAgent; use HTTP::Cookies; # not actually required as LWP uses it, # so you don't need to use it again.... $agent = LWP::UserAgent->new; $agent->cookie_jar( {} ); # temporary cookie jar $agent->agent( [snip]