in reply to Re: Optimizing existing Perl code (in practise)
in thread Optimizing existing Perl code (in practise)

I agree entirely with the message you were trying to get across. Still, this bothered me:

I also prefer
system mkdir => -p => $dir;
over the Perl equivalent. It takes to long to figure out which module implemented it, and to download and install it.

That would be File::Path and it comes with perl. I just thought your statement might be misleading to some.

-sauoq
"My two cents aren't worth a dime.";