http://qs1969.pair.com?node_id=48216


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

Keep in mind that you can only set cookies for your own domain. If your get($url) is pulling from someone else's machine, and you're wanting to pre-login to that machine by making a cookie for it, it won't work. On the other hand, if you want to use the cookie to keep track of where someone is on your site before pulling contents from another site, that should work fine.

I use CGI.pm for my cookie handling.