$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', );
In reply to cookie help by dopel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |