Re: can not set param

2002-01-29 Thread Rasoul Hajikhani
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); > > ...

Re: can not set param

2002-01-29 Thread Geoffrey Young
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

Re: can not set param

2002-01-29 Thread Rasoul Hajikhani
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

Re: can not set param

2002-01-29 Thread clayton cottingham
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=

can not set param

2002-01-29 Thread Rasoul Hajikhani
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