Why I Love Perl

|

I love Perl because it gets the hell out of my way. If I had a dollar for every language that made this more difficult than it had to be:

my $var = somethingelse() || 'default';

I'd be a friggin millionare. Strongly typed or not (.NET), other languages just suck at something simple like that, or even things like this:

if ($anyobjectorvariableortype) { };

Geez, I love Perl.

About this Entry

This page contains a single entry by published on April 12, 2005 4:38 PM.

Three Rings Of Programmers Hell was the previous entry in this blog.

Makefile.PL To Build.PL Problems is the next entry in this blog.

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