Stas Bekman <[EMAIL PROTECTED]> writes:

> Max Baker wrote:
>> -------------8<---------- Start Bug Report ------------8<----------
>> 1. Problem Description:
>> [mp2] While using Apache::compat C<scalar $r->args()> returns
>> "Apache::Request::Table=HASH(0x98d0ef8)".
>> It should return the full query string.
>
> Did you forget to attach the patch, Max?
>
> It should be as simple as returning $r->args if wantarray is
> false. it's a pure perl code after all.

Err, that looks like an apreq2 flub to me.  I suspect
Apache::compat is irrelevant; $r is probably an Apache::Request 
object above, so $r->SUPER::args might do what he wants.

-- 
Joe Schaefer


Reply via email to