Part of my original reason for learning Perl had to do with the need to do some data extraction and analysis from satellite telemetry data streams. Perl was our standard language for doing satellite integration and testing and seemed like a good opportunity to do my tasks and, at the same time, afford the opportunity to integrate my tools with our integration and testing.

Data Munging with Perl seemed like a natural enough topic directly related to my problem so I got it as my second Perl book (my first, and the one I used to kickoff my Perl was Bioinformatics with Perl which is not one that I suggest for learning Perl...O'Reilly's Learning Perl would have been better for me). It was too advanced for that early few months, but has in retrospect been a wonderful and useful resource (perhaps much like Perl Cookbook is for you and has become for me, too) that I, too, highly recommend.

I think that delirium's recommendation is good and suggest that at this point in your learning Perl it is a definite recommendation that I, too, would offer.

I don't think it is as advanced (in terms of utility) as you worry and that you would find it most worthwhile.

Just my opinion, of course.

ack Albuquerque, NM

In reply to Re^3: What Worked In My 1st Year Of Perl: LOL by ack
in thread What Worked In My 1st Year Of Perl: LOL by luis.roca

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.