Azure Jane Lunatic (Azz) 🌺 (
azurelunatic) wrote2003-12-11 11:29 am
Grrrrrrrrarrrrr.
Anybody want to help me debug some perl?
Of course, it hasn't got the < stuff in real life; that's edited in for readability over here.
#!/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 < stuff in real life; that's edited in for readability over here.
