(something tells me this thread will stick around for quite some time and will break some length records)

I use Perl for my school and job duties, which is solving computational linguistics problems. That involves dealing with XML, manipulating text files, dealing with encoding issues, interacting with other programming languages (like R) and using mid-complex data structures.

I actually use Perl for everything that needs programming and where I can use Perl. I found that since I started using Perl, there are more and more tools that I wrote among those I use. Whenever I do something regularly and it can be automated, it's time for some Perl. :-) These little thingies include a script for archiving mail from OKcupid.com, a script for timed saving internet streams (good when you're not at home when there's your favorite radio show), and TK program for sorting photos that you get from your digital camera.

I also recently started writing web apps in Perl.

What I don't use Perl for is system administration. I got used to Bash and standard Unix tools long before Perl and I don't feel a need to switch (however, some Perl occurs more and more in my command pipes :-) and I have aliased grep to pcregrep )


In reply to Re: So Whatcha use perl for anyway? by Sixtease
in thread So Whatcha use perl for anyway? by KurtSchwind

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



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.