A few notes:
  1. Perl will run on nearly every operating system a business will have, including some mainframe systems. Well-written Perl can be put on an NFS mount and run from a Win32 and a Unix machine without the need for recompilation.
  2. Perl has the largest base of already written, freely available, well-tested code, aka CPAN.
  3. Perl can talk to nearly every single RDBMS used in the business world, and does so with the same interface, aka DBI.
  4. Perl lends itself to data transformation, due to the prescence of regexes, hashes, and many importer/exporter modules. Examples would include Text::CSV, Spreadsheet::ParseExcel, jmcnamara's Spreadsheet::WriteExcel, CGI, DBI, XML::Parser, Template Toolkit, and many others.

In other words, 90% of every single Perl application has already been written. Because of all the available material, the initial development time of Perl tools is less than 1/3 of the equivalent time in any other language with equivalent capabilities.

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.


In reply to Re: A business case for perl? by dragonchild
in thread A business case for perl? by kalfsbeek

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.