|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
cookie retrievalby costas (Scribe) |
| on May 18, 2001 at 08:44 UTC ( [id://81450]=perlquestion: 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.costas has asked for the wisdom of the Perl Monks concerning the following question:
I am using this to retrieve values from a multiple cookie my $cookie_value = fetch CGI::Cookie; only problem is that that the results that it brings back appear like this $cookie_value->{'name'} = name=value;path=\ I then have to perform split function to extract value. how can you retrieve JUST the value in a hash set? THanks
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||