Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
The 2000 Beanies

Category: Best Perl Module 18

Any perl hacker will tell you that CPAN is where its at. Its like having God's toolbox available to you, with all the hammers and nails you need to practice all the princibles of good perl programming (my favorite is laziness)! This award goes to the perl module that you couldn't live without. Or maybe its just a super sweet hack. Whatever, if its in CPAN, its eligible... its just up to you to nominate it.
This discussion has been archived. No new comments can be posted.

Category:Best Perl Module

Comments Filter:
  • by volsung ( 378 )
    Databases + Perl = Nirvana.
  • I totally agree with that! Even now that we have PHP, perl + DBI.pm does anything! (except walking maybe)
  • It makes CGI scripting easy, but can be darn
    powerfull to (isnt that what perl is al about
    making normal things easy and hard things possible)

    "THERE ARE BETTER THINGS IN THE WORLD THAN ALCOHOL, ALBERT"-Death
  • I'll second that.

    -----
  • The CPAN module isn't the most clever or the biggest or most mind-bogglingly complicated you can't believe anyone ever wrote it. (I'd nominate MakeMaker in the latter category :-)

    What CPAN.pm [perl.com] does is bridge the gap between your desktop perl code and the rest of the world, with both elegance and great functionality. The CPAN itself, in collaboration with CPAN.pm, has made perl the first popular programming language that lives and breathes on the internet.

    Jamie McCarthy

  • How many of us haven't been saved from variable problems by the combined power of "-w" and "use strict"?

    Maybe it's not available separately from CPAN, but it must count as one of the most useful modules around.
  • The Net:: bundle does everything from DNS lookups, sending email (Net::SMTP), FTP, NNTP, etc. etc.
  • I nominate COPE, a CORBA ORB written entirely in perl. It is incredibly useful for writing test harnesses and CGIs for CORBA servers.

    See http://www.lunatech.com/research/corba/cope/ [lunatech.com]

  • I second that nomination. That simple phrase "use strict;" is by far one of the most useful all-around tools for getting work done on a daily basis.

    I'm sure that if I were never under any time pressure, I wouldn't have to use it, but no other single module comes close.

    (Also, I think this award is for best Perl module, not best CPAN perl module, so strict.pm qualifies.)

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...