Help for this page
if ($my_condition) { print <<EOF; ... <H1>My_condition is FALSE</H1> </BODY></HTML> EOF
if ($mycondition) { print "Location: url_of_html_file\n\n"; } else { print "Location: url_of_another_html_file\n\n"; }