![]() |
|
more useful options | |
PerlMonks |
cfreak's scratchpadby cfreak (Chaplain) |
on Jun 02, 2004 at 00:18 UTC ( [id://358874]=scratchpad: print w/replies, xml ) | Need Help?? |
Here's my code to fetch:
From the docs it looks like I should be able to just do my $value = $cookie{session}; But that's not working :( ... I also tried my $value = $cookie{session}->value; But this gives me nothing as well. I did a dump of the %cookies hash and here's what it shows. Don't know exactly what that means though :)
|
|