>>>It really requires a large scale project to reap the benefits and be worth the performance hit you take vs. doing traditional SQL queries.<<<
Blah! I really don't see why someone would adopt this view. Unless you are doing something very minimal to your database, which almost flies in the face of setting up a database to begin with... I don't think the performance hit is that much compared to the orderliness and re-factorability one automatically brings to their Perl by going with an OO interface to the database.
If I have to do more than 1-2 things with the database, I go Class::DBI. It's just as fast as setting up all the dbh and sth handles and it's much more orderly. You're not using Perl for speed anyway, so what's the big deal anyway?!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|