Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

CPAN loving monks,

Perl Monks += TMTOWTDI inspired me to re-post a question that I asked more than a year ago. In addition to following CPAN updates, reading talk slides and the advent calendar, reading other people's top 10 lists is a good way to know which modules are loved.

The original post, Favourite modules March 2002, had my own top 10 in it. It's nice to see how much has changed since then.

  • I had just learned about DBIx::Abstract then, and loved the idea. Unfortunately, when using it I found that abstracting SQL only makes programs less clear and much less obvious. So I created DBIx::Simple to use DBI in a way that I like.
  • The list included Exporter, but I use Exporter::Tidy now to have Exporter::Heavy-ish features with a footprint smaller than Exporter's.
  • I dislike POE's way of argument passing more and more. But that's not my main reason for no longer using POE::Component::IRC (it is not even a good reason, because it's easy to wrap around). I found Irssi to be a very reliable and easy to use framework for IRC bots. (I added lots of sugar to make it even easier, though.)
  • IPC::Open3 is still nice, but IPC::Run makes things extremely easy (and it's said to be more portable, but I don't care much about non-unixish systems).
  • I use much more of LWP now, so mentioning LWP::UserAgent and LWP::Simple separately doesn't really make sense anymore.

So here is my module top 10 for April 2003, again excluding my own modules and pragmata.

  1. B::Deparse
  2. Carp
  3. DBD::SQLite
  4. DBI
  5. File::Find::Rule
  6. IPC::Run
  7. LWP
  8. Regexp::Common
  9. Benchmark
  10. MIME::Lite
And of course CPANPLUS to install them :)

What are your favourite modules?

Juerd
- http://juerd.nl/
- spamcollector_perlmonks@juerd.nl (do not use).


In reply to Favourite modules April 2003 by Juerd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-19 22:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found