setting query in PerlTransHandler

2000-01-09 Thread Ajay Shah
This maybe be repeated becuase I sent the first message via Geo Crawlere and don't know how long they are going to take to review the message. Sorry if it comes in twice. I am writing a simple PerlTransHandler that is going to change the request into another with query string. The following is wh

setting query in TransHandler

2000-01-09 Thread Ajay Shah
This message was sent from Geocrawler.com by "Ajay Shah" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello list, This is my first post so bear with me. I am trying to write a simple PerlTransHandler that is going to modify the uri into something. I want to modi

Re: setting query in PerlTransHandler

2000-01-09 Thread Ajay Shah
> >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