Monks
I am a beginner in using mod_perl and template toolkit.The question I have is, if I use
the template objects and apache modules to create the html's dynamically ( or static pages)
how the client will request pages. Will the client request for the apache module
which creates the page or will it request for the html.Also I read that the template toolkit provides a way
to cache the pages.Can you teach me how the whole thing works with some
example?The first thing I would like to do is to have a registration
form and displaying the user entered data in a page using temp. tool and mod_perl
Sorry for confusing.Please help me if you find time.Also I would really
appreciate if some can point me to a site where I can get some samples