20030215 [EMAIL PROTECTED] wrote: > thankfully there is no HTML.pm to worry about
I dunno... japhy's hack seemed like a good candidate ;)
http://perlmonks.com/index.pl?node_id=185604
-matt
#!/usr/bin/perl -w
use HTML;
print <html>,
<head>, <title>, "This is vile", </title>, </head>,
<body bgcolor="#ffffaa">,
<tt>, "japhy", </tt>, " is insane.",
</body>,
</html>;
