What Perl module would you be lost without?
|
7
|
|
|
|
|
|
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. |
|||
|
|
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. |
|||
|
|
|
|
|
|||
|
|
|
|
If we're allowed built-ins, then When I'm debugging, I want to be able to see what that data structure looks like... |
|||
|
|
|
|
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. |
|||
|
|
|
|
CGI and DBI hard to choose between them but most things I do have these somewhere near the bottom of the stack. |
|||
|
|
|
|
DBI - probably over 80% of the things I do with Perl require a database. |
|||
|
|
|
|
How about the Perl module which goes through this site and removes questions from people asking questions just trying to get reputation? |
||||
|
|
|
My first choice would be |
|||
|
|
