Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Favourite modules March 2004

by tsee (Curate)
on Mar 10, 2004 at 17:57 UTC ( [id://335537]=note: print w/replies, xml ) Need Help??


in reply to Favourite modules March 2004

The modules I use most in my stand-alone scripts are: (list was generated by a script, strict and friends removed)
  • Data::Dumper
  • Pod::Usage
  • File::Find
  • Imager or GD (using Imager exclusively now)
  • Parse::RecDescent (for fancy input parsing)
  • Getopt::Long
  • DBI
  • DB_File (for hash-persistance)
  • Config::IniFiles
  • CGI
  • HTML::Template
  • File::Stream
  • Tie::Hash::Abbrev (for shell like interfaces)
  • File::Copy
In my modules (http://search.cpan.org/~smueller), I tend to require other modules: (hand-selected list)
  • Carp
  • Data::Dumper
  • Test::More, Test::Distribution (staring to use this), Pod::Coverage
  • Parse::RecDescent
  • Imager, GD
  • many modules in the Math::* section since I'm developing Math::* modules myself pretty actively. Examples: Math::Complex, Math::Approx, Math::Spline, Math::Big*, Math::MatrixReal, etc.
  • perltidy (or Perl::Tidy), well, at least indirectly.
  • and many more...

Steffen

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found