1
vote
Useful Perl modules
It always depends on what you do. If you want to connect to a database, DBI is essential. For web stuff HTML::Entities can be very useful. For client side applications it's LWP::UserAgent or LWP::S …
17
votes
Perl Best Practices: What shouldn’t I use?
In case somebody hasn't got the point of PBP: it's not there to religiously recommend some coding practices and to "forbid" others. It's mostly there to make you think about coding practices …
9
votes
What features of Perl 6 are you the most excited about?
Extensibility.
Rules+grammars, junctions, good OO and so on are really great features, but the essence of Perl 6 is that it is designed for extensibility. We are no super-heroes, we don't k …
