in reply to Re^2: Baking Cookies and Eating them
in thread Baking Cookies and Eating them
Try dumping the value returned and see what you get.
use Data::Dumper; my %cookie_value = $cookies{'LSRfm'.$type}->value; print qq|<pre>|; print Dumper \%cookie_value; print qq|</pre>|;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Baking Cookies and Eating them
by barrycarlyon (Beadle) on Sep 30, 2006 at 22:03 UTC | |
by stonecolddevin (Parson) on Sep 30, 2006 at 22:45 UTC | |
by grep (Monsignor) on Sep 30, 2006 at 22:15 UTC | |
by barrycarlyon (Beadle) on Sep 30, 2006 at 22:38 UTC |