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

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=

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); ...