Stabinger, John wrote: > Thanks Andy. Here is the template code: > > [% TRY %] > [% PERL %] > die "nothing to live for\n"; > [% END %] > [% CATCH %] > error: [% error.info %] > [% END %] > > It gives me the eval_perl not set error. I tried your code (from below) > and it also gave me the eval_perl not set error. I restarted apache > several times, so I'm pretty sure the new files are being read.
I looked back at your source file you provided and noticed it was done by PeopleCube. I checked their website and found that the requirements for some of their software was "Apache Tomcat version 4.1.30 or 5.5". So you might try and make sure that you are restarting Tomcat separately from httpd if you are using that. -- Josh _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
