> Beginner wrote:

> > On the face of it this is the sort of thing mod_perl should excel at. 
> > Does it? Can you intercept requests like this one above? Which API 
> > methods should I be looking at?
> 
 Take a look at CGI::Application using CGI::Application::Dispatch
> (warning, the latter is my module). Or you can do the same thing with Catalyst
> or REST::Application.

Thanx for all the replies. I am currently reading the Catalyst docs 
and leaning towards using this. Cheifly because I am storing my data 
in SQLite3 and the doc suggests that this framework provides the 
means to grow as well as offering my the url styling I'm after. 

Again thanx for the replies.
Dp.

Reply via email to