http://qs1969.pair.com?node_id=358874

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