Philip M. Gollucci wrote:
Christopher H. Laco wrote:

Can't locate object method "dir_config" via package "Apache2::RequestRec"

Thats a good question. Your code looks fundamentally correct. Here's a live example maybe it will help.

Here's what I've learned.

handler {
        my $r = shift;
};

At this point, $r is a simple old RequestRec. IT appears I have to use other mofules to enhance what $r can do.

My problem was that I wasn't including RequestIO for print or RequestUtil for dir_config.


-=CHris

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to