Hi,

Thank you for your encouraging words. Yes, indeed, I do feel like I'm "Standing on the shoulders of giants". Especially when I log in here.

Many a threads here at PerlMonks have literally fast forwarded the learning process. Everyone here is genuinely helpful. Without PerlMonks, the learning process would have indeed been tough.

Every once in a while, I come across some really fabuluous Perl stuff that just amazes me. Named Captures, split and join, the smart match operator...and many more such things are really really amazing. Two weeks ago, I discovered what a blessing the $/ is. I used that in my script to seperate out certain sections of a record. Thats just one example of how amazingly useful this language is.

Now. whenever there is some need to do some automation or scripting, I am considered as one of the "scripting guys" and asked if I would like to take a shot at it. Man it feels good.

Perlpetually Indebted To PerlMonks

use Learning::Perl; use Beginning::Perl::Ovid; print "Awesome Books";
http://dwimperl.com/windows.html is a boon for Windows.


In reply to Re: Perl comes to rescue once again. by perl514
in thread Perl comes to rescue once again. by perl514

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.