in reply to Receiving Cookie Values
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Receiving Cookie Values
by Jaspersan (Beadle) on Dec 04, 2002 at 21:05 UTC | |
by dingus (Friar) on Dec 05, 2002 at 08:31 UTC | |
by Jaspersan (Beadle) on Dec 09, 2002 at 13:43 UTC | |
by Jaspersan (Beadle) on Dec 05, 2002 at 13:40 UTC |