1 min read 4 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 1 Free Software General Gist of the Day Hacking Perl Gist of the Day: Using Mojo, Mongo, and SL4A to send SMS Messages (1 of 2) manchicken 2013-09-18 I got a little bored with what I had been posting (I suspect you did, too), so I’m doing something…
1 min read 2 Free Software General Gist of the Day Hacking Perl Gist of the Day: Find All Paths for an Undirected Graph manchicken 2013-09-14 I’ve been doing a lot of stuff lately with data structures and algorithms. This is one that seemed remarkably complicated…
1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Re-Inventing Hashes… In Perl. manchicken 2013-09-12 Before you begin the well-deserved flaming, please understand that I do not intend on submitting this to CPAN. This is purely…
1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Process Control with fork(), exec(), and kill() manchicken 2013-09-11 I feel really bad for leaving you all high and dry yesterday… really bad… okay, you’re right, I don’t really…
1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Analyzing Performance with Benchmark.pm manchicken 2013-09-06 In my post on Inline::C a few days ago I mentioned The Rules of Optimization Club, and then I ranted a little…
1 min read 0 Free Software General Gist of the Day Gist of the Day: Some convenience macros for use with Perl C internals manchicken 2013-09-05 I feel awful. Like, really awful. The baby is sick, my partner is sick, I am sick. You still want…