Search Results

5
votes

What Perl module would you be lost without?

Can't live without Text::CSV_XS for parsing and generating line-oriented structured data. …
3
votes

Java development in a Perl shop: How to select the right tool?

I would suggest that if the reason you're being pulled away from Perl is because of performance issues, then I would push to just rewrite in C as Perl XS modules the parts of your application that …