Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Essential Perl Modules

by adrianh (Chancellor)
on Sep 21, 2002 at 10:59 UTC ( [id://199734]=note: print w/replies, xml ) Need Help??


in reply to Essential Perl Modules

The Test:: modules are absolute essentials for me. Never develop without them. Once you get test infected you won't either :-)

Although Test::More has been core since v5.007003 other useful things like Test::Differences, Test::Exception, etc. are not.

Other essentials for me include:

  • Template - I like templates. Template Toolkit meets my requirements best.
  • AppConfig - saves me typing and makes all my apps work the same.
  • CGI::Application - saves me code and encourages me to be good
  • DBI - the best DB layer I've come across in any language
  • CPANPLUS - makes automating CPAN installs so much simpler
  • Class::DBI - saves me so much typing when developing DB applications
  • Exception::Class - I like exceptions
  • HTML::Parser - is my friend for messing with HTML

Updates:

  • 20020922 - made "test infected" a link - thanks ignatz

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 06:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found