This is what he was after.
--- Begin Message ---On Sat, Jan 29, 2005 at 09:29:35PM +0200, Octavian Rasnita wrote: > I would like to see if I have made a type mistake and TT can't find a > template file, or if I have made a syntax error in a template.I think you want error().. i.e: my $tt = Template->new(\%congif); $tt->process(....); print $tt->error() if $tt->error(); Leo
--- End Message ---
