http://qs321.pair.com?node_id=187489


in reply to Get a hash object from a database with DBI for use with HTML::Template

A couple of comments on your code:


T I M T O W T D I

Replies are listed 'Best First'.
(jeffa) 2Re: Get a hash object from a database with DBI for use with HTML::Template
by jeffa (Bishop) on Aug 04, 2002 at 17:12 UTC

    "Add a || die $DBI::errstr to all ... "

    Too much typing, especially after the code has already been typed. Just add {RaiseError => 1} to connect():
    my $dbh = DBI->connect( "dbi:mysql:mydb", "user", "pass", {RaiseError => 1}, );

    "Dont use a & in a sub call without needing it. It overrides any prototype you may add ..."

    Perl prototypes really are not very good, IMHO. I prefer to avoid them, opting for good documentation instead. Check out (tye)Re: A question of style for some good info.

    jeffa

    L-LL-L--L-LL-L--L-LL-L--
    -R--R-RR-R--R-RR-R--R-RR
    B--B--B--B--B--B--B--B--
    H---H---H---H---H---H---
    (the triplet paradiddle with high-hat)