re: regex
Not only are regular expressions easy to use once you get the hang of 'em, but Perl's regular expressions are part of the reason that many programs involving several libraries and fifty lines of code just for handling text strings in C/C++ or Java can be whittled down to half a dozen lines of code in Perl.
I've gotta agree with everything you said in that post, forhire.