start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ReadParse Chapter 10
The CGI.pm Module
Next: Reference: referer
 

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