Learn regexes. That's why you want to learn perl right? All those chainsaws for munging your dna? That's why I wanted to learn perl, at least at first. (Then I saw other possibilities and there was *really* no turning back... but that's another story. :) )

So, treat perl like the control panel behind the most powerful text manipulation toolset on earth. :)

How to learn regexes? Start using them. Perl one liners. Perlretut, in the perl documentation. In my case, it helped also to have some pretty gui tools to learn this stuff. Regex coach is free, and awesome. Editpad is not too expensive, awesome for regex find and replace. Also comes with a very good intro to PCRE (perl compatible regular expressions) tutorial, included in the documentation, and free online. Emacs is free, awesome for regex find and replace, but not as user friendly as editpad in my opinion (so I still haven't really learned how to use it, though it's on the to do list).

Make regexes your friends. The rest of perl will come naturally.


In reply to Re: Help from the very start. by tphyahoo
in thread Help from the very start. by vickie

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.