Help for this page

Select Code to Download


  1. or download this
    if ($connect eq 1) {
    }
    
  2. or download this
    if ($connect) {
    }
    
  3. or download this
    if ($connect == 1) {
    }
    
  4. or download this
    print "<center>";
    print "<H2> Error: Could not connect to server </H2>";
    print "Please Try again later";
    print "<HR></center>";
    
  5. or download this
    print <<'HTML';
    <center>
    ...
    Please Try again later
    <HR></center>
    HTML