![]() |
|
No such thing as a small change | |
PerlMonks |
Answer: How can I send a cookie as part of an HTTP request?by chipmunk (Parson) |
on Dec 14, 2000 at 23:59 UTC ( #46692=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > HTTP and FTP clients > How can I send a cookie as part of an HTTP request? - Answer contributed by chipmunk
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.
|
|