I have, in my httpd.conf:
# If the perl module is installed, this will be enabled.
PerlInitHandler Apache::StatINC;
Alias /perl /home/httpd/perl
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
Alias /foo /home/httpd/html/foo
Thanks Gerald.
Why did you allow the references to automatically dereference in the
Anchor?
Ruben
--
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com
1-718-382-5752
-
To unsubscribe, e-mail: [EMA
Hello,
>
> I have tried a number of combinations and I have narrowed the problem
down
> to the use of $escmode=0;
Aah I see, this problem has solved for mod_perl already, but it seems I have
overseen it for cgi mode. Try to change line 2861 in epmain.c from
sprintf (txt, "Content-Lengt
Hello
>
> I'm having a strange behavior with embperl which has taken me by suprise.
> I that a sql uery which is returning a an array of array reference.
>
> I wanted to use the return value as an argument in an anchor:
>
> I made an error and forgot to dereference it correctly and the result
>