Re: ??: ??: Class inheritance, and SUPER under mod_perl2

2007-08-20 Thread Nguyen Vu Hung
Joe Schaefer : Nguyen Vu Hung [EMAIL PROTECTED] writes: foreach $h (@{$hosts}) { $obj = $type-SUPER::new(PeerAddr = ($host = $h), Are you sure you want SUPER::new()? I think in your case it translates to Net::Cmd::new(), when your args suggest you want

IPC::Run question

2007-08-20 Thread Nguyen Vu Hung
After sending a hardtime with IPC::Run, I still didn't understand it from usage example, so I post it here. In the code below, what [EMAIL PROTECTED], $in, $out, $err? How to declare them? Question 01: #http://www.annocpan.org/~RSOD/IPC-Run-0.80/lib/IPC/Run.pm ## Using run() instead of

Re: Using Apache 2.2 from ApacheLounge for Win32 modperl

2007-08-20 Thread Foo JH
Actually note that it isn't a release and is being rerolled. Seems Apachelounge is doing themselves and their users a disservice, again. I disagree. ApacheLounge's binary distribution is the only one that (configured with modperl) survives an application restart. As I posted in an earlier

Re: Using Apache 2.2 from ApacheLounge for Win32 modperl

2007-08-20 Thread Foo JH
This might be a result of what was mentioned before about possible problems using the binaries from http://www.apachelounge.com/download/ (which is compiled with VC++ 2005) with ActivePerl and ActivePerl-compatible ppm packages (which are compiled with VC++ 6). Mixing these can lead to

Re: Using Apache 2.2 from ApacheLounge for Win32 modperl

2007-08-20 Thread Randy Kobes
On Mon, 20 Aug 2007, Foo JH wrote: Actually note that it isn't a release and is being rerolled. Seems Apachelounge is doing themselves and their users a disservice, again. I disagree. ApacheLounge's binary distribution is the only one that (configured with modperl) survives an application

Perl 5.8.8.

2007-08-20 Thread JónJósef Bjarnason
on http://httpd.apache.org/docs/2.0/install.html the following section can be found: Perl 5 [OPTIONAL] For some of the support scripts like apxs or dbmmanage (which are written in Perl) the Perl 5 interpreter is required (versions 5.003 or newer are sufficient). If you have multiple Perl

Re: Perl 5.8.8.

2007-08-20 Thread Perrin Harkins
On 8/20/07, JónJósef Bjarnason [EMAIL PROTECTED] wrote: Does anyone know how --with-perl option works ? or how to compile apache with perl 5.8.8 if this is not the correct way. The page you're looking at is not related to mod_perl. It is for configuring the command-line utilities that come

Re: Perl 5.8.8.

2007-08-20 Thread Perrin Harkins
On 8/20/07, JónJósef Bjarnason [EMAIL PROTECTED] wrote: But it's not mod_perl I am conserned with, that seems to sitt nicely at 5.8.8. its Apache, it looks into the old lib directories ../perl/5.8.7 instead of ../perl5/5.8.8 and I can't find where to change that in Apache. Can you be more

Re: Perl 5.8.8.

2007-08-20 Thread Perrin Harkins
On 8/20/07, JónJósef Bjarnason [EMAIL PROTECTED] wrote: Apache's @INC Apache doesn't have an @INC because Apache doesn't have perl. It looks like this is mod_perl's @INC. Did you print this out from a script or module running through mod_perl? To change which perl mod_perl is using, you just