in reply to Can I automatically generate documentation from HTML::Template?
You can do $t = HTML::Template->new( filename => 'file.tmpl', debug => 1 ); which will write to STDERR ie your server error logs.
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can I automatically generate documentation from HTML::Template?
by toma (Vicar) on May 17, 2004 at 06:38 UTC | |
by tachyon (Chancellor) on May 17, 2004 at 11:35 UTC |