Robert Landrum wrote:
> 
> >Folks,
> >The apache::Request docs indicate that param can be used to set the
> >query string. However,
> >it fails when I do something like this:
> >
> >               my $r           = Apache::Request->new(shift);
> 
> I'm guessing that the original reference isn't being preserved.
> 
> Try
> 
> my $save = shift;
> my $r = Apache::Request->new($save);
>

Makes no difference... Still param or args does not set the query string
parameters.
 
> Just as a side note, I never dump these two together...  I always
> keep a seperate $r and $apr, but that's just me.
> 
> Rob
> 
> --
> When I used a Mac, they laughed because I had no command prompt. When
> I used Linux, they laughed because I had no GUI.

Reply via email to