azurelunatic: Vivid pink Alaskan wild rose. (Default)
Azure Jane Lunatic (Azz) 🌺 ([personal profile] azurelunatic) wrote2003-12-11 11:29 am

Grrrrrrrrarrrrr.

Anybody want to help me debug some perl?


#!/usr/bin/perl

print "Content-type: text/html\n\n";

print "<HTML>";
print "<HEAD>";
print "<TITLE>Hello, World</TITLE>";
print "</HEAD>";
print "<BODY>";
print "Hello, World!";
print "</BODY>";
print "</HTML>";



Of course, it hasn't got the &lt; stuff in real life; that's edited in for readability over here.