On Tue, 2004-05-11 at 12:33, [EMAIL PROTECTED] wrote: > What caused the problem is me adding a signal handler:
You should take a look at the section of the mod_perl docs about this. It covers the issues pretty well: http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Exception_Handling_for_mod_perl You should avoid having a signal handler if you can, but it's possible to make them play better with eval if you are careful about it. By the way, to search the TT archives and docs, just use Google: http://www.google.com/search?q=site%3Atemplate-toolkit.org+stop+error - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
