As an extra duty, I had to manage a large, overly-complex web-based application on Windows IIS with Oracle and asp. Naturally (for me at least), I turned to LAMP. Perl (and the other tools) helped me develop my own system without disturbing the ugly application on the Windows server. Tying the two together was a simple as writing Perl scripts that used both DBD:mysql and DBD:Oracle to push and pull data in and out of my applications.

Now that we have a real DBA (I'm really just a scientist), the tables may all migrate to the Oracle server but the Perl scripts will remain with only a few changes. Turning to LAMP can all be written off as my own unwillingness to devote my life to WIOA (Windows, IIS, Oracle, ASP) but using Perl helped me reserve a little time for my real job.

Even after the migration, Perl will always be my choice for manipulation of large amounts of data in and out of databases and large, proprietary scientific applications.


In reply to Re: So Whatcha use perl for anyway? by igelkott
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.