On Mon, Nov 22, 2010 at 10:59 AM, Robert Wohlfarth <rbwohlfa...@gmail.com>wrote:

> On Mon, Nov 22, 2010 at 9:02 AM, shawn wilson <ag4ve...@gmail.com> wrote:
>
> > any of y'all write web apps in perl? what do you use? i'm using
> > html::template but i was thinking of going back to straight cgi.pm or
> > having
> > my perl send back json for the page to render (but i'm not that familiar
> > with js). thoughts?
> >
>
> Check out Catalyst (http://www.catalystframework.org/). It handles the
> drudgery without forcing you into one way of doing things.
>

so, pretty much, catalyst seperates out your events (queries, layout, base
code) and mason gives a nice interface between html and perl?

any room for cgi::ajax in this or is that missing the point or replicating
functionality of mason?

are there any good manuals or books that might help me here? (i like
examples more than theory)

>

--
> Robert Wohlfarth
>

Reply via email to