Geoffrey Young wrote:
>
> Rasoul Hajikhani 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);
> > ...
Rasoul Hajikhani 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);
> ...
> my $host= $r->h
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 be
Rasoul Hajikhani 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);
> ...
> my $host=
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);
...
my $host= $r->hostname;
my $uri