in reply to Re^4: Baking Cookies and Eating them
in thread Baking Cookies and Eating them
So $cookies{'LSRfm'.$type}->value returned a hash ref. Which I guess, means I didn't read the docs right.
What do you get with
use Data::Dumper; my $cookie_value = $cookies{'LSRfm'.$type}->value; print qq|<pre>|; print Dumper $cookie_value; print qq|</pre>|; exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Baking Cookies and Eating them
by barrycarlyon (Beadle) on Sep 30, 2006 at 22:38 UTC |