Help for this page

Select Code to Download


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