print $query->redirect('url')
Generates a header for redirecting the browser.
The absolute URL to redirect to.
Using named parameters, the syntax is:
print $query->redirect(-uri=>'url', -nph=>1);
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]