#!/usr/bin/perl
print "Content-type: text/plain\n\n";
print "Hello, world!\n";

こんなファイルを拡張子cgiでパーミッション755とかで置いて表示されるかやってみる