Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Perl Modules

by DrHyde (Prior)
on Mar 25, 2014 at 11:34 UTC ( [id://1079667]=note: print w/replies, xml ) Need Help??


in reply to Perl Modules

There's a difference between the modules most commonly used by my code and those most commonly used by me. My code uses DBI more than it uses DBIx::Class, because necessarily any use of DBIx::Class also uses DBI, plus I have a handful of places where I use DBI directly. But *I* most commonly use DBIx::Class because I'd be a damned fool not to.

Off the top of my head, I think that the most commonly used modules here at work, excluding pragmata like 'strict' and 'warnings', are, in no particular order, DBIx::Class, Data::Dumper, Scalar::Util, Test::More, and, unfortunately, Moose.

Why "unfortunately, Moose"? I believe it to be a solution in search of a problem, and I hate all the weird magic that it encourages.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found