home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


redirect

 
print
 
$query

->redirect(
'
url
'
)

Generates a header for redirecting the browser.

url

The absolute URL to redirect to.

Using named parameters, the syntax is:

print $query->redirect(-uri=>'
url
',
                       -nph=>1);


Previous: Reference: ReadParse Perl in a Nutshell Next: Reference: referer
Reference: ReadParse Book Index Reference: referer

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.