cgit1.cgi to HTML.

index -|- end

Generated: Tue Feb 2 17:54:23 2010 from cgit1.cgi 2007/06/08 199.

#!/usr/bin/perl
# CGI - Hello World display ... remember to set permission to 755
print "Content-type: text/html\n\n";      # Web page as default output
print "Hello, World...\n";
exit;

index -|- top

checked by tidy  Valid HTML 4.01 Transitional