Re: pass cookie along with the POST request?

2001-06-27 Thread darren chamberlain
change the code below so I can fake pass the cookie along with the POST request? Will I need to modify the format of what is in ~/.netscape/cookies? Create a HTTP::Cookies::Netscape object: use HTTP::Cookies; my $c = HTTP::Cookies::Netscape-new( File = $ENV{HOME

pass cookie along with the POST request?

2001-06-26 Thread Islandman
The small code segment below will get the contents of a web page using a perl script. The site I want to access wants a cookie sent as well. There is a cookie for this site is in my ~/.netscape/cookies file. How do I change the code below so I can fake pass the cookie along with the POST