On Wed, 18 Jul 2001, MRossland wrote:

> I was wondering, what are the "Big 5 (or 10 or whatever)" Perl modules out
> there, the ones that you wouldn't be caught dead without? The number of
> modules avaible is large, and it would be nice to start in the right places.
>
> This is just a general question, with no specific task in mind.
>
> I get the feeling from reading the list that there are few that are used
> over and over. Just hoping folks would share their thoughts.

Given that the most important modules used by Perl programmers are already
bundled with any Perl distribution, this is kind of a moot issue.  Most of
the modules we talk about (including CGI.pm) are part of the standard Perl
package.

Some of the important ones that aren't part of a standard Perl
distribution that are easily obtainable from CPAN are DBI (database
interface), Tk (graphical interface), Curses (text-based interface) and
LWP (WWW automation).  YMMV.  What's important is always what you need to
get your job done.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Gloffing is a state of mine.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to