You ought to add the magical AUTOLOAD => \&catch_my_exception, to the run_modes.
You also ought to set tmpl_path in your .cgi
Also, saying stuff likemy $app = AuthorWeb->new( tmpl_path => 'tmpl', );
might not hurt (i find this to be the most neglected general programming practice amongst folk, cause it works on their system).use CGI::Application qw( 2.4 ); use CGI qw( 2.7 );
Since you're using XML and XSLT, you might wanna migrate to AxKit.
| ______crazyinsomniac_____________________________ Of all the things I've lost, I miss my mind the most. perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" |
In reply to Re: Help with my Coding Style - another chance to critique
by crazyinsomniac
in thread Help with my Coding Style - another chance to critique
by rattusillegitimus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |