On Jan 10, 2007, at 8:56 PM, silent wrote:
Mod_perl objects sometimes very confuse to me, for example: the
Apache2::Connection pod only say :$c->method, but what is $c?
I only guess it is $c = $r->connection,(or you can say research the
src
code)
Is there something like a big picture show th
I only guess it is $c = $r->connection,(or you can say research the src
code)
Is there something like a big picture show the relationship between the
mod_perl2 related objects?
Thanks!
-邮件原件-
发件人: Jonathan Vanasco [mailto:[EMAIL PROTECTED]
发送时间: 2007年1月10日 14:03
收件人: Tracy12
抄送: mo
The stuff below should work , or at least give you an idea.
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Network
;connection" via package "Apache2::RequestRec"
which package should I really import is it Apache2::Connection () I tried
this and it says cannot find Connection object.
How to proceed on this.
--
View this message in context:
http://www.nabble.com/missing-modules-tf2950618.html#
Thank you. That fixed it
- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: "Raymond Norton" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, October 10, 2003 10:18 PM
Subject: Re: missing /modules/perl/mod_perl.confi
Raymond Norton wrote:
I am installing apache-1.3.28 with mod_perl-1.28. I'm getting the following
error. I have made several attempts, but do not know what to do about it.
When I search for mod_perl.config I only find
/root/src/mod_perl-1.28/apaci/mod_perl.config.sh
[EMAIL PROTECTED] mod_perl-1.28]
I am installing apache-1.3.28 with mod_perl-1.28. I'm getting the following
error. I have made several attempts, but do not know what to do about it.
When I search for mod_perl.config I only find
/root/src/mod_perl-1.28/apaci/mod_perl.config.sh
[EMAIL PROTECTED] mod_perl-1.28]# perl Makefile.PL US