Search Results

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 …
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 …