> >I may be wrong, but I bet you have to do this instead: > But you aren't :) > > $r->uri("/articles/index.html"); > $r->args("id=$id"); > >By the time the apache-request object has been created, args are >handled in a separate slot. > That worked. Maybe this should be documented somewhere in the guide? Thank you very much. Ajay ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
- setting query in PerlTransHandler Ajay Shah
- Re: setting query in PerlTransHandler Randal L. Schwartz
- Ajay Shah