So, how has Perl saved you time at your job recently?

This is a question that pops up over and over again. There are usually lots of people giving answers, but almost always the answer means "programming saved me some time". It just happens that in a Perl forum, most people use Perl as their main tool. But over at forum X-monks, people solve almost identical problem using language X.

Over the years, I got paid to solve computer related problems. Perl has been my favourite tool. And sure, the tools I wrote in Perl saved time over doing it by hand - but I got paid to do it in a faster way than doing it by hand. And if I hadn't learn Perl, I might have learned Python or Ruby or REXX or be better at using the sh/awk/C trident, and would have solved to problems by using whatever language(s) I had learned instead.


In reply to Re: How has Perl saved you time at your job this week|month|year|decade? by JavaFan
in thread How has Perl saved you time at your job this week|month|year|decade? by missingthepoint

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.