in reply to Re: Answer: How can I send a cookie as part of an HTTP request?
in thread How can I send a cookie as part of an HTTP request?
All the domain parameter is for is setting the depth into your own domain. That way a server at www.cs.xxx.edu can set one cookie for all *.xxx.edu and another at just *.cs.xxx.edu and one just for itself at www.cs.xxx.edu! If I could set cookies in the netscape.com domain for you from hostile.org you can be sure I would be... =)
LWP is most certainly the right answer tho! Look at HTTP::Request's perldocs specifically
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|