http://www.perlmonks.org?node_id=456635


in reply to Passing a cookie with LWP::UserAgent

are you working on localhost? then you will always run into troubles with cookies: the server (apache) sends them, but some browsers don't send them back(e.g. opera), others (e.g. firefox) not even accept them.

language is a virus from outer space.