Yes, Perl is fast, and that actually amazed me when I first started using Perl. That largely changed my view as what scripting language is, or to be more precise, whether Perl is still a traditional scripting language. After a while, when I realized Perl's extended coverage (thanks to Perl core modules, and mostly to CPAN.), I now no longer view Perl as (traditional) scripting language.

A major benefit I got from Perl is that, Perl actually allows me to spend more time thinking, instead of coding. I recently wrote in Perl, a tool that analyzes the performance of our system. It basically reads a log file (that has time stamps with log msgs), and do whole bunch of regexp. It worked great. It only cost me two hours and quickly pointed out the bottle neck of our system.

Late when someone asked why not using Java, and I told him if he could write it in Java within 10 times the size of my Perl code, I would use Java (10 times is probably a little bit ... but I don't think it is too wrong)


In reply to Re: Re: What do you use Perl for and Why? by pg
in thread What do you use Perl for and Why? by pg

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.