Re: [htmltmpl] Script under mod_perl occasionally gets garbage opening template

2004-02-17 Thread Sam Tregar
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 ---

[htmltmpl] Script under mod_perl occasionally gets garbage opening template

2004-02-15 Thread Andy Pearce
Hi, First I apologise if I'm being dense, but this problem is really confusing the heck out of me... I've written a photo archive script using CGI::Application (ver. 3.21) and HTML::Template (ver. 2.6), which ran fine as a standalone CGI script. Now I've ported it across to using mod_perl, an