4 min read 0 Perl I love function signatures in Perl, and you should too. manchicken 2020-10-12 One of the most common tasks in programming is receiving arguments within a function. In Perl, historically, this task has…
3 min read 0 Perl Reviving old code. manchicken 2020-10-11 One of the joys of Perl is the rich community support that it has enjoyed over the years. Even today…
1 min read 0 Perl Fellow maintainers, tell me about your project! manchicken 2020-10-02 Hey all! Tell me about your project that you’re hoping to attract good PRs to. I maintain Net::AMQP::RabbitMQ, which is…
2 min read 0 Perl I love carton, and you should to. manchicken 2020-10-01 This one will be quick, promise! Hacktoberfest is upon us once again, it’s the most wonderful time of the year!…
2 min read 0 Hacking Perl Net::AMQP::RabbitMQ Releases manchicken 2014-11-09 This weekend I released two versions of Net::AMQP::RabbitMQ on CPAN: 0.007000 and 0.007001. The first version was the culmination of…
1 min read 0 Hacking Perl Re-factoring Your Old Projects manchicken 2014-01-28 Once upon a time I maintained a very small, lightweight framework to allow for Perl interfaces to be integrated with…
1 min read 0 Free Software General Gist of the Day Perl Gist of the Day: Named Capture in Perl Regular Expressions (Briefly) manchicken 2014-01-17 One of the largest critiques I see about regular expressions is that they lack readability. Well, in Perl 5.10 named…
1 min read 0 Free Software Gist of the Day Perl Gist of the Day: Playing with Forks manchicken 2014-01-16 Parallel processing is all the rage these days, and life has me at a point where I’m needing to use…
1 min read 0 Gist of the Day Hacking Perl Gist of the Day: Test::MockModule for Repeatable Tests! manchicken 2013-10-27 I like repeatable tests. The #1 benefit of repeatable tests is that they’re repeatable. This also means they’re less vulnerable…
1 min read 0 Gist of the Day Hacking Perl Gist of the Day: How to Test a File You Wrote! manchicken 2013-09-25 First, I suppose I should apologize for two days of silence. I am currently going through a major life transition,…