Help for this page

Select Code to Download


  1. or download this
    open OUTFILE, ">result.html" or die "Can't write to result.html: $!\n"
    +;
    select OUTFILE;
    
    print "<html><head>";
    print "other html stuff";
    
  2. or download this
    print <<HTML;
    <html><head>
    ...
    ...
    </body></html>
    HTML