Re: [htmltmpl] Script under mod_perl occasionally gets garbage opening template
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-02-17 18:50:05
|
On Mon, 16 Feb 2004, Andy Pearce wrote: > HTML::Template->new() : Unknown or unmatched TMPL construct (T0B5 This is an indication that you have a broken Perl install, most likely 5.8.0 or 5.8.1 on Redhat 8 or Redhat 9. Upgrade to 5.8.3 and this problem will go away. -sam |