-
Recent Posts
- Hacking the Perl core for smarter push and pop
- How to script git with perl and Git::Wrapper
- Are you ready for CPAN Testers 2.0?
- If Perl were smarter about references
- Thoughts on Perl 6 hype and backlash
- Creating new distributions with Dist::Zilla
- Parallel map with Parallel::Iterator
- perlprogramming.org looking for a nice home
- My OSCON talks are online
- Perl 5.13.3 is released
- How to join the CPAN Testers 2.0 Public Beta
- My life as mini-pumpking, week 2
- Downloading RT patches from the command line
- Capture-Tiny 0.08
- File-chdir on Perl 5.13.1
Recent Comments
- Jay: Hopefully this functionality will require ‘use 5.14;’ (or whatever version this might appear in), so...
- brian d foy: Don’t forget tests for the cases where the hash value is a non-reference, or a reference of a...
- aero: Assuming $data->{$key1}{$key2} is hashref. my ($k,$v) = each %{ $data->{$key1}{$key2} } also should be...
- Darko: This would be a great benefit to perl source code readability imho. I hope it will make its way to the core...
- aero: Rather confusing. Assuming $data->{$key1}{$key2} = [] push @{ $data->{$key1}{$key2} }, @stuff; What about...
Shared Items
- No More Excuses
- CPAN Testers email submission interface going away September 1st
- A Matrix Worthy of Perl 6
- Why so puzzled?
- Sebastian Riedel (sri): Perl is ready for HTML5
- Jesse Thompson (zjt): Perl 12
- chromatic: A Checklist for Writing Maintainable Perl
- Curtis Jewell: Strawberry Perl Professional Alpha 2 is now out...
- For speakers at Perl conferences...
- Salve J. Nilsen (sjn): Moving Perl up the value chain
My best stuff
Other blogs
Planets
Things I follow
Categories
Archives
-
RSS Links
Iron Man challenge accepted!
A week or so ago, Matt S. Trout declared an Iron Man blogging challenge (rant, NSFW). A less inflammatory version was posted on the Enlightened Perl site. In short -- the goal is to blog about Perl with a rolling frequency of 4 posts every 32 days and no more than 10 days between posts.
I accept!
Now... to write something about Perl other than a meta-post about the contest to write about Perl.
N.B. I set up this blog before I heard about the challenge, but I'll use the challenge for motivation.