http://qs321.pair.com?node_id=635857


in reply to Re^2: mod_perl : Couldnt load Apache.pm
in thread mod_perl : Couldnt load Apache.pm

At the top of my startup.pl file, I have:

BEGIN { use Apache(); # ... }

Seems I was steering you wrong, thinking you hadn't installed mod_perl yet.


--chargrill
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)

Replies are listed 'Best First'.
Re^4: mod_perl : Couldnt load Apache.pm
by perrin (Chancellor) on Aug 29, 2007 at 19:52 UTC
    You don't need to load Apache. mod_perl does it already.