> I think that CGI::FastTemplate does all of that.
> Please have a look at it, and see if everything you need is not
> already in it.

It's a good module for CGI, since it doesn't rely on caching/compiling
techniques, just simple regex stuff.  It will use a lot less RAM than tools
that compile in-line perl, because it doesn't eval anything or cache
anything.  The only real downside of this module is that coding repeated
sections (loops) can't be done in-line, i.e. you have to use multiple files.
That's a bit of a pain.

- Perrin

Reply via email to