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..
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
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
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");
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
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