angie ahl wrote:
> Hi guys
>
> I'm having a pickle with trying to importing Apache:
>
> I'm following the example in the Mod Perl Cookbook (v1) and looked at
> the code samples from the book online.
>
> httpd.conf has this:
that's all ok.
> package mymod::hook;
>
> use strict;
> use warning
Hi guys
I'm having a pickle with trying to importing Apache:
I'm following the example in the Mod Perl Cookbook (v1) and looked at
the code samples from the book online.
httpd.conf has this:
PerlSwitches -Mlib=/Library/Webserver/Documents/mymod/perl
PerlModule ModPer