Help for this page

Select Code to Download


  1. or download this
    print STDOUT "<FONT COLOR=\"red\">$data</FONT>";
    
  2. or download this
    # to print a bunch of HTML using a heredoc I would do:
    print <<HTML;
    ...
    </body>
    </html>
    !;