vote up 8 vote down star
7

What Perl module would you be lost without?

flag
show 4 more comments

39 Answers

prev 1 2
vote up 3 vote down

When I'm writing network I almost always use POE. It's one of the most amazing networking libraries that I know. Of course saying that POE is just a networking library sells it short. It's among other things an amazing mainloop as well. Just a few days ago I wrote a music player with it, which contains a combination of Gstreamer and a networking protocol, all in the same program.

link|flag
show 1 more comment
vote up 2 vote down

Just one choice? That's so hard. I'd have to say Josh Pritikin's 'Event'. It is the backbone of every non-trivial Perl program I write.

link|flag
vote up 5 vote down
link|flag
vote up 20 vote down

If we're allowed built-ins, then Data::Dumper.

When I'm debugging, I want to be able to see what that data structure looks like...

link|flag
vote up 1 vote down

While DBI is the first thing that came to mind, I can work around it w/o having it. I would be lost without win32::API on the sad occasions I've had to write code that used it.

link|flag
vote up 1 vote down

CGI and DBI hard to choose between them but most things I do have these somewhere near the bottom of the stack.

link|flag
vote up 2 vote down

DBI - probably over 80% of the things I do with Perl require a database.

link|flag
vote up -4 vote down

How about the Perl module which goes through this site and removes questions from people asking questions just trying to get reputation?

link|flag
1  
The article that brought me here, from one of the founders, specifically encourages stuff like this, including polls and trying to "score" reputation: joelonsoftware.com/items/2008/09/15.html Maybe I'm just sore cause I asked the same question today and got smacked down. :) – skiphoppy Sep 19 '08 at 14:33
show 3 more comments
vote up 9 vote down

My first choice would be strict but since that is more of a pragma (rather than a module), I'd probably say DBI.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.