sirajudeen has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I have a small requirement to change the URI when a particular link is clicked in my application without disturbing any existing flow. I just wanted to know if this is possible by at any of the mod_perl handler level (PerlResponseHandler). If so please help me how can i achieve this or suggest me a better way of doing this.

Thanks,

Replies are listed 'Best First'.
Re: Change URI in the Response
by moritz (Cardinal) on Feb 05, 2010 at 13:24 UTC
    Changing the URL requires a redirect, which in turn requires a new request. Without knowing your application I can't tell if that's possible "without disturbing any existing flow".
    Perl 6 - links to (nearly) everything that is Perl 6.