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 managers think this is what all source code looks like.
Comments
Dang, my copy of Perl was complied with the JREF flag.