#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello, World.";
Naming it test.pl and dropped it into the root directory.
When I run it I get the code back in my browser.
There is not CGI bin either.
I got here by reading the install docs for MovableType which says I need to be able to run cgi.
Any direction is much appreciated.
Keith