>>>>> "DD" == Drew Degentesh <[EMAIL PROTECTED]> writes:

DD> Unfortunately, even the simplest of scripts bombs out... Consider:

DD> ------------------------------------------------------
DD> # login.pl
DD> #!/usr/bin/perl
DD> use Apache() || die "cant use apache()";
DD> ------------------------------------------------------

DD> % perl ./login.pl
DD> cant use apache() at ./login.pl line 3.
DD> BEGIN failed--compilation aborted at ./login.pl line 3.
DD> ------------------------------------------------------

You can't use your perl program to run mod_perl programs; you need to
use mod_perl to run them, and that's part of your httpd.

Reply via email to