in reply to Cookie Function Thingy
Why don't you put this code in your script:
This should print out all of the values in %ENV-- you're using the right variable, but perhaps this will give a hint as to why it's not working.for my $key (keys %ENV) { print $key, ": ", $ENV{$key}, "<br>\n"; }
Also, please post the code that you're using to set the cookie.
And I'm not trying to point you towards CGI.pm, but what doesn't work about it?
|
|---|