RT::URI::base
A baseclass (and fallback) RT::URI handler. Every URI handler needs to handle the API presented here
Create a new URI handler
Return a "pretty" string representing the URI object.
This is meant to be used like this:
% $re = $uri->Resolver; <A HREF="<% $re->HREF %>"><% $re->AsString %></A>