in reply to CGI.pm: cookie AND redirect

this should do it
print $q->redirect( -uri => $url , -cookie => $cookie );

Replies are listed 'Best First'.
Re: Re: CGI.pm: cookie AND redirect
by voyager (Friar) on Mar 22, 2001 at 06:20 UTC
    oops, need to print the results of redirect:
    print $q->redirect( -uri => $url , -cookie => $cookie );