[mp2] Windows nmake test results

2005-12-04 Thread Goehring, Chuck
Gentlemen, Having some problems building as shown below. Should I go ahead and file a bug report? On Win 2000, "nmake test" finishes like below. Log indicates some files are missing near the end. What do you suggest? t\user\rewrite..ok t\vhost\config..

Re: mod_perl 2.0 $r->content and how to integrate GET, POST, multiple select data

2005-12-04 Thread JT Smith
I think this would get you what you want. my $r = shift; my %form; foreach ($r->param) { $form{$_} = $r->body($_) || $r->param($_); } On Sun, 04 Dec 2005 20:32:37 -0500 "Ashtanga Yogi" <[EMAIL PROTECTED]> wrote: In http://www.stonehenge.com/merlyn/LinuxMag/col66.html (a recent intro to mo

Re: Installing modperl with non-ActivePerl perl (eg. PXPerl)

2005-12-04 Thread Foo Ji-Haw
Thanks for the tip Randy. - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Foo Ji-Haw" <[EMAIL PROTECTED]> Cc: Sent: Sunday, December 04, 2005 11:29 PM Subject: Re: Installing modperl with non-ActivePerl perl (eg. PXPerl) > On Sun, 4 Dec 2005, Foo Ji-Haw wrote: > > > H

mod_perl 2.0 $r->content and how to integrate GET, POST, multiple select data

2005-12-04 Thread Ashtanga Yogi
In http://www.stonehenge.com/merlyn/LinuxMag/col66.html (a recent intro to mod_perl by Randal Schwartz), he shows how to preserve query parameters which might be listed multiple times by calling $r->content use CGI; my $q = CGI->new($r->args . $r->content); my @name = $q->param("name");

Re: Installing modperl with non-ActivePerl perl (eg. PXPerl)

2005-12-04 Thread Randy Kobes
On Sun, 4 Dec 2005, Foo Ji-Haw wrote: Hello all, I recently stumbled upon this Perl distribution called PXPerl (for Windows). It sounds amazing, offering to compile modules directly from CPAN (and works with 3 major free compilers). But I gotta ask this: I've been using ActivePerl + modperl

Re: Fwd: PAUSE indexer report OPI/Apache-DBI-Cache-0.06.tar.gz

2005-12-04 Thread Enrico Sorcinelli
On Wed, 30 Nov 2005 13:37:56 -0500 Perrin Harkins <[EMAIL PROTECTED]> wrote: > Hi Torsten, > > A few comments on the new module: > > > While Apache::DBI caches connections at connect time this module caches > > them > > only at disconnect or DESTROY. > > Why? I don't understand the value in