Eagle_f91 has asked for the wisdom of the Perl Monks concerning the following question:
to try and get the values of the Cookie into the array but when I run the sript I get the error "Can't call method "value" on an undefined value" Now I do know that cooke of "name" has not been set on the computer yet. Would this be causing it? And if so how would I properly check to see if the cookie preexists or not.%Cookie = fetch CGI::Cookie; @LoginInfo = $Cookie{'Name'} -> value;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cookies in Perl
by bart (Canon) on Feb 06, 2008 at 15:26 UTC | |
by Eagle_f91 (Acolyte) on Feb 06, 2008 at 22:51 UTC | |
|
Re: Cookies in Perl
by Burak (Chaplain) on Feb 07, 2008 at 13:29 UTC |