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