Apache-ErrorControl
view release on metacpan or search on metacpan
ErrorControl.pm view on Meta::CPAN
TMPL_IF and there is a TMPL_IF / TMPL_VAR by the name of B<unknown_error> it is
set to TRUE (1). as mentioned above I cannot see why anyone would want this.
<TMPL_IF NAME="unknown_error">
Error <TMPL_VAR NAME="error_code"> - Unknown
</TMPL_IF>
=item *
B<error_notes> - the error-notes (C<$r-E<gt>prev()-E<gt>notes('error-notes')>,
see L<Apache>). this is more useful in say a staging environment that has
mod_perl applications. it is the error message, for mod_perl applications
it includes the complete error message but for normal cgi applications
it just includes 'premature end of script headers'.
<TMPL_IF NAME="error_notes">
<h2>Error Notes</h2>
<pre>
<TMPL_VAR NAME="error_notes">
</pre>
</TMPL_IF>
( run in 1.610 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )