use CGI; my $q = CGI::new; # you may want to keep login info my $session = {userid = "something", etc}; my $c = $q->cookie(-name => 'session', -value => $session); print $q->redirect(-uri => 'somepage.html', -cookie => $c);
In reply to Re: perl cgi html and redirection
by voyager
in thread perl cgi html and redirection
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |