Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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

In reply to Re: Update: Teaching Perl in the Humanities by g0n
in thread Update: Teaching Perl in the Humanities by cyocum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-19 05:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found