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


in reply to How can I send a cookie as part of an HTTP request?

The LWP package includes modules for handling cookies, but they're not documented in LWP or lwpcook. Instead, you have to look at HTTP::Cookies and LWP::UserAgent.
  • Comment on Re: How can I send a cookie as part of an HTTP request?