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:
- Translating between alpha letters and binary representations for a PDP model
- An interactive script to assign 'features' to patterns
- CGI scripts to collect & collate input from participants in a side study
- Converting data from format used by SNNS to format used by Xerion when I switched modelling software
- Converting output data from Xerion's output format to something the stats software could handle
- interpolating human readable 'tags' for the output, in place of the index numbers of the data from the Xerion input file (hurray for the Hash!)
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
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.