dopel has asked for the wisdom of the Perl Monks concerning the following question:
$permissions = new $cgi->cookie(-name=>'test', -value=>[%info], -expires=>'+1D'); print header(-cookie=>$permissions); %cookie_values = fetch CGI::Cookie; $val = $cookie_values{'test'}->value; print $cgi->start_html( -title=>'Admin Script', -bgcolor=>'blue', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cookie help
by antirice (Priest) on Aug 04, 2003 at 05:31 UTC | |
|
Re: cookie help
by edoc (Chaplain) on Aug 04, 2003 at 04:27 UTC |