|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: cookie retrievalby mpolo (Chaplain) |
| on May 18, 2001 at 10:55 UTC ( [id://81467]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
You're reading the cookie into a scalar variable rather than a hash. If you change this to
you will have it in a hash, so that $cookie_value{'name'} will indeed be equal to 'value'. So, in essence, one punctuation error was the difference between success and failure.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||