Hi,
Need a bit of help.
Given a path we have ways to get the uri using the method uri_for(path).
Is there a possible way to get the controller path given the uri so I am able
to do some thing like this
$c->res->redirect(uri); $c->forward(controller_path(uri));
Regards Alok
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/