The Movable Type and Professional Network Wiki has been moved to wiki.movabletype.org.
HelloWorld
#!/usr/bin/perl
# Hello World Script
# Filename: hello.cgi, or hello.fcgi
print "Content-type: text/html\n\n";
print "Hello world.";
The Movable Type and Professional Network Wiki has been moved to wiki.movabletype.org.
#!/usr/bin/perl
# Hello World Script
# Filename: hello.cgi, or hello.fcgi
print "Content-type: text/html\n\n";
print "Hello world.";