efficiency questions (templates, regexes, db calls)

2000-01-26 Thread Steven Champeon
Hi, gang. I'm working on my first serious mod_perl app, and have a few questions regarding efficiency -- basically looking for traps I may not have internalized after reading the mod_perl_traps page and so forth. I'm developing a site that will use MySQL on the backend to store some info

Re: efficiency questions (templates, regexes, db calls)

2000-01-26 Thread Cliff Rayman
did you check out? http://search.cpan.org/search?dist=HTML-Template this might do most of what you need, and handle some things you haven't thought of yet. cliff rayman genwax.com Steven Champeon wrote: Hi, gang. I'm working on my first serious mod_perl app, and have a few questions