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');

Reply via email to