Perl
This is an old revision of this page, as edited by WebStuffer (talk | contribs) at 07:59, April 3, 2007. It may differ significantly from current revision.
Perl is a scripting language that attempts to combine the perceived convenience of bash with the power of awk.
It is known for its powerful handling of regular expressions, and its philosophy of 'more than one way to do it'.
Some have criticised it for its very flexibility, pointing out that it is too easy to write code that is unreadable and does not do what one would expect. Some claim that this is its strange beauty - indeed there exists such a thing as Perl poetry, in which working programs are made to resemble English text.