Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Help with my Coding Style - another chance to critique

by crazyinsomniac (Prior)
on Jul 02, 2002 at 07:05 UTC ( [id://178779]=note: print w/replies, xml ) Need Help??


in reply to Help with my Coding Style - another chance to critique

I got one suggestion: add another layer of abstraction. Put all your DBI stuff into a subclass, like AuthorWeb::DBI. I personally, would reccomend DBI::DWIW, but a straight DBI subclass is fine.

You ought to add the magical AUTOLOAD => \&catch_my_exception, to the run_modes.

You also ought to set tmpl_path in your .cgi

my $app = AuthorWeb->new( tmpl_path => 'tmpl', );
Also, saying stuff like
use CGI::Application qw( 2.4 ); use CGI qw( 2.7 );
might not hurt (i find this to be the most neglected general programming practice amongst folk, cause it works on their system).

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;"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://178779]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found