Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Perl Modules

by Bloodnok (Vicar)
on Mar 21, 2014 at 17:54 UTC ( [id://1079313]=note: print w/replies, xml ) Need Help??


in reply to Perl Modules

I seem to find that the modules that I use the most are (in particular order) strict, warnings, Data::Dumper, Log::Log4perl & Test::More.

The first 2 are, IMO, essential in as much as they let perl do even more of the work to help write half-decent code with fewer gotchas.
Log::Log4perl allows me to flexibly instrument the code and Test::More, I use for writing unit tests in a, quite frequently vain, attempt to show that my code does what it should do.
Finally, Data::Dumper supports my, admittedly archaic, code debugging as required when the code is observed (by Test::More test case failures) to be implementing NWITIAF (Not What I Thought I Asked For) behaviour(s).

A user level that continues to overstate my experience :-))

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-19 20:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found