Help for this page

Select Code to Download


  1. or download this
    $i = "<HTML>\n";
    print OUTFILE $i;
    
  2. or download this
    $i = '<HTML>';
    print OUTFILE "$i\n";