This post originated from an RSS feed registered with Perl Buzz
by Jeremy.
Original Post: The Ultimate Source Code
Feed Title: Dichotomy's Purgatory::perl
Feed URL: http://oubliette.alpha-geek.com/perl/rss20.xml
Feed Description: Using Perl to solve system integration tasks, build standalone apps, and... well.. just for fun, sometimes.
use PSI::ESP; my $clairvoyantDWIMmery = PSI::ESP->new(); my $arrayOfObjects; for(1..$clairvoyantDWIMmery->getAppropriateNumber()) { push $arrayOfObjects, $clairvoyantDWIMmery->createAppropriateObject(); } $clairvoyantDWIMmery->doTheRightThing($arrayOfObjects); I believe that non-technical...