#!/usr/bin/perl -w
use strict;
print "Content-type: text/html\r\n\r\n";
print "It worked!!!\n";


No matter what I run, even that, I get document contains no data. It works from the command line. If it helps, I'm on Mac OS X 10.3.5, Apache 1.3.29, and I don't know how to determine my mod_perl version.

<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader Off
allow from all
</Location>

That is what I have at the end of my httpd.conf. Right now, that's really all I can think of to give you guys. If you can think of something else that might be helpful, let me know and I'll try to get it.

Reply via email to