frank_2k4 has asked for the wisdom of the Perl Monks concerning the following question:
<-Does not work since the header was already specified. The header looks like this -print "Location: http://nameofurl\n\n";
$cookie = $cgimain->cookie(-name => CGISESSID, -value => $session->id, -path => '/', -expires => '+2h', ); print $cgimain->header(-cookie => [$cookie] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I redirect to another URL after I already specified an html header?
by borisz (Canon) on Jun 08, 2004 at 00:16 UTC | |
|
Re: How do I redirect to another URL after I already specified an html header?
by eXile (Priest) on Jun 08, 2004 at 00:53 UTC |