If you're interested in permutations and genomic sequences and in advanced Perl techniques, you might want to grab a copy of Dominus's Higher Order Perl (HOP), with reference in particular to sections 4.3.1 "Permutations" and 4.3.2 "Genomic Sequence Generator". The book and its errata are freely downloadable here and well worth the bandwidth even if you're on dial-up. The material is a bit advanced, but if you're interested in a whiff of "air from another world", grab this, keep it around and dip into it from time to time.

Another good freely downloadable book, one more designed for the sophisticated beginner in Perl (and one more in tune with current practice; HOP is perhaps just a bit dated in this respect) is chromatic's Modern Perl; see chromatic's user node for download links.

Update: I just noticed that [Solved][HOP] Working with Iterators, why do I suddenly get a coderef? is by someone working with HOP; you might be interested.


In reply to Re^7: How do foreach loops use their list values? by AnomalousMonk
in thread [Solved]How do foreach loops use their list values? by enderk

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.