> -----Original Message-----
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 05, 2000 10:53 AM
> To: Geoffrey Young
> Cc: Dana C. Chandler III; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: Apache::Request and parameters = 0
> 
[snip]
 
> > ok, I see that.  Apache::Request seems to handle that 
> condition fine,
> > though.
> 
> I'm not sure I understand you since Apache::Request is just a 
> subclass of
> Apache, it does exactly the same thing:
> 
> use Apache::Request;
> 
> sub handler {
>       my $r = Apache::Request->new(shift);
>       $r->send_http_header;
>       print "Args: ", scalar $r->args, "\n";
>       return OK;
> }
> 
> Outputs the same result.

oh, sorry...  I meant using Apache::Request methods, like

my @values = $r->param;


> 
> -- 
> <Matt/>
> 
> ** Director and CTO **
> **  AxKit.com Ltd   **  ** XML Application Serving **
> ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
> **     Personal Web Site: http://sergeant.org/     **
> 

Reply via email to