I'm writing a PerlTransHandler to overcome some limitation of mod_rewrite and want to redirect requests to canonical URLs in some cases (e.g. replicate the functionality of the [R,L] flags in mod_rewrite). What's the best way to do this from the handler?
-David Stewart