Paul Lindner wrote:
> You'll find that $r->internal_redirect() is the mod_perl equivalent.
> Also Apache::ASP containts the Transfer() method which accomplishes
> the same thing.

Personally, I always thought this was sort of a strange part of JSP.  It 
really shows the page-centric thinking behind it.  Doing a "forward" is 
essentially a GOTO statement for JSP.  When I write mod_perl apps, I 
never feel the need for that sort of thing, with so many better ways to 
accomplish things (OO, method calls, dispatch tables, template includes).

- Perrin

Reply via email to