Perl has an ambivalent reputation. It can be used to write short, hard-to-read programs:
perl -e "print join er,reverse',','l hack',' P','Just anoth'"
Or it can be used to write very-easy-to-read programs which are a better link into the developer's mind than programs in any other language.
Read More...