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>|;
In reply to Re^3: Baking Cookies and Eating them
by grep
in thread Baking Cookies and Eating them
by barrycarlyon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |