http://www.perlmonks.org?node_id=434414


in reply to Update: Teaching Perl in the Humanities

Perl gets an explicit citation in my (Computational Psychology) MSc dissertation because it was so heavily used in data preparation and translation. Some of the tasks perl was used for:

If I could have done the PDP modelling (Neural networks, for those not familiar with the term) in perl I would have done. I tried, the results of which are on CPAN. Likewise, if I could have done the 6 way ANOVA in perl that would have been easier, since I could have changed the code to recognise a within subjects study when it saw one! (Maybe a project for the future).

Perl is the most powerful and flexible tool in my toolbox, both professionally as a code monkey and academically as a student of psychology & language.

One of the ways Perl scores, and this might be worth bearing in mind for teaching/promoting it in your field, is the ability to both write simple linear scripts to perform a given task, and to develop complex fully functional applications, in the same language, and with full interoperability.

The other thing I would stress is CPAN - if something can be done, someones probably written a module to do it

VGhpcyBtZXNzYWdlIGludGVudGlvbmFsbHkgcG9pbnRsZXNz