Perl and all its flavors are very good for data analysis. They are basically built for parsing data, applying regular expressions, in one word: data mining.
This task can be done also in C++, however it is more time-consuming. For example, in a few lines of Perl code, we can populate several...