Also take a look at the CGI.pm docs and examples - especially the cookie setting onemy ($usr,$pw); if ($ENV{'HTTP_COOKIE'}) { $usr = $wm->cookie('user'); $pw = $wm->cookie('pass'); } else { $usr = $wm->param('usr'); $pw = $wm->param('pw'); } print $wm->header(-cookie=>[$usr, $pw]);
Dingus
In reply to Re: Receiving Cookie Values
by dingus
in thread Receiving Cookie Values
by Jaspersan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |