On Thu, 2005-01-06 at 09:29 +0200, Octavian Rasnita wrote: > Ok, I think that I will need to create a program that will save the final > HTML page, and each time the program is accessed with a browser, it will > check if the saved html page is new enough, and if it is, it will get and > present it, otherwise it will parse the template cache.
There are lots of things like that already written, for CGI or mod_perl, on CPAN. There's even my Template::Plugin::Cache module. Nothing like this is built into TT because it doesn't make any assumptions about being used in a web environment. - Perrin _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
