Do not take the statement about the power of Perl as a statement about the flaws of another language. Perl is good for text processing, but that does not mean that Ruby or Python sucks.
When people say Perl is βgood for parsing,β they basically echo Perl's stories; It was invented on the day when complex text processing was not easy. Try to make some of them in C or C ++ (Java has not yet been invented!). Larry tried to do his work with sed and awk that day, but ran into their limitations. He made a tool that made it easier to work with text.
Perl is still very good for word processing tasks, but now there are so many other languages.
brian d foy
source share