in reply to CGI redirect
To generate cookies, you have to use the CGI::cookie method.my $cookie = $query->cookie(-name=>'foo',-value=>'bar',-domain=>'mydom +ain.com'); print $query->header(-type=>'text/html',-cookie=>$cookie);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: CGI redirect
by yschang (Initiate) on Feb 04, 2000 at 19:16 UTC |