Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

cfreak's scratchpad

by 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:

my %cookies = Apache::Cookie->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 :)

VAR1 = { 'session' => bless( do{\(my $o = 182809516)}, 'Apache::Cooki +e' ) };
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found