Help for this page
$ perl -MCGI=:standard -e 'print redirect("http://foo")' (offline mode: enter name=value pairs on standard input) ... Location: http://foo
use CGI qw/:standard/; print redirect("http://foo");