code. The second answer, stating that redirect & header are basicallyt he same is what i needed. Thank you.my $query = CGI::new(); my $cookie_name = $query->cookie(-name => 'MYHASH', -value => \%hash); print $query->header(-cookie=>$cookie_name); print query->redirect('http://somewhere.else/in/movie/land');
In reply to Re: Re: Redirects and CGI.pm
by Anonymous Monk
in thread Redirects and CGI.pm
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |