Help for this page

Select Code to Download


  1. or download this
    my $sgml = <<SGML;
    <html>
    ...
    print "\n\n";
    print "\nOutput:\n$sgml\n";
    print "\n\n";
    
  2. or download this
    <html>
    <greeting class="simple">Hello, world!<head>heading</head>
    </html>
    
  3. or download this
    <html>
    <greeting class="simple">Hello, world!</greeting><head>heading</head>
    </html>