Code craft: January 2008 Archives

Michael Schwern has written a column for Andy Oram's Beautiful Code blog called LWP::Simple - Simple Goal, Simple Interface. In it, he talks about minimizing the "gulf of execution" with a two-line easy-to-understand Perl program:

use LWP::Simple;
my $page = get("http://www.google.com");

Bravo to Schwern to getting the words "Perl" and "beautiful code" together. I can't wait to see part two.

About this Archive

This page is a archive of entries in the Code craft category from January 2008.

Code craft: February 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Other Perl Sites

Other Swell Blogs

  • geek2geek: An ongoing analysis of how geeks communicate, how we fail and how to fix it.

Code craft: January 2008: Monthly Archives

Technorati Profile