----- Original Message ----- 
From: "Kevin Spencer" <[EMAIL PROTECTED]>
To: "Issac Goldstand" <[EMAIL PROTECTED]>
Cc: "Fred Moyer" <[EMAIL PROTECTED]>; "mod_perl list"
<modperl@perl.apache.org>
Sent: Tuesday, January 16, 2007 10:46 AM
Subject: Re: How to extract a parameter


> On 1/16/07, Issac Goldstand <[EMAIL PROTECTED]> wrote:
>
> > Instead of doing:
> > my $q=CGI->new;
> > my $param=$q->param('foo');
> >
> > One needs to do:
> > my $req=Apache2::Request->new($r);
> > my $param=$req->param('foo');
> >
> > I still fail to see the difficulty...
>
> Agreed.  It's not difficult to *use*, just a little interesting to
> install in the first place.  At least, it used to be.  I know I had
> some fun trying to get it to compile on Solaris a year or so back.
>
> --
> Kevin.


I'm having fun with Solaris right now.  The installation
is failing with no errors at all.  I admit to not knowing
much about what I'm doing, but a *clue* at least would be
nice.
Giving up,
Jon



Reply via email to