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