I think my name should be The Quick, The Dirty and The Ugly.

I have a boss that will be busy with something and suddenly stop and ask me to whack a script together quickly to do something for him... 7 times out of 10 I come straight to Perlmonks the other 3 times I can basterdise something I have done earlier.. (I keep everything)

The other day he wanted to test a Windows event log reader and needed to have certain events in the Event Log. A while ago I did a piece that did exactally that in a test so I could incorporate it in my Windows applications for error logging. In 30 secs I had added getop (which I had in another old test script) to the test code and "ta-da-aaa" a script that could take command line args and write them to any of the Windows event logs with the relevant Event ID's etc. etc.

Solved the bosses problem in no time. This is ONE example but there must be many ...You gotta love something that makes you look soo effecient...

-----
Of all the things I've lost in my life, its my mind I miss the most.

In reply to Re: Quick & dirty reasons to love Perl by AcidHawk
in thread Quick & dirty reasons to love Perl by greenFox

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.