develooper Front page | perl.beginners | Postings from March 2002

Cookies, What's wrong with this?

Thread Next
From:
Motherofperls
Date:
March 3, 2002 05:41
Subject:
Cookies, What's wrong with this?
Message ID:
105.11fb3b3f.29b36f13@aol.com
Could someone tell me why this doesn't retrieve my cookie?
The cookie has already been set by another page and I just want to retrieve 
it.
#!/usr/bin/perl

use CGI param, header,cookie;
print header();
print header(-cookie=>'MY_COOKIE');


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About