Re: [MP2] Import Apache with @ISA

2005-04-20 Thread Geoffrey Young
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

[MP2] Import Apache with @ISA

2005-04-20 Thread angie ahl
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