My connecting flight was canceled last night. I was too tired to code anything so I decided to peruse perldoc - something I should do more often. The time flew by (pun intended) and I learned a few things. In fact, it was one of the more productive and enjoyable layovers that I have experienced (except for the fact that all of the restaurants were closed).

Here is what I read*. I started with the perldeltas (I never reviewed them after upgrading from 5.6.1 to 5.8.8), then learned about attributes, and then browsed through my installed modules.

  1. perldelta 5.6.1 to 5.8.8
  2. attributes pragma
  3. constant pragma
  4. perlsub
  5. Attribute::Handlers
  6. Class::Accessor
  7. DBIx::Class
  8. Exception::Class
  9. List::Util
  10. Params::Validate

That's all I had time to read (although I skimmed many others). Overall, it was a nice combination of reviewing old material and learning new material.

This got me thinking: what do other monks do during layovers? If you had a couple of spare hours, what would you read?

*Update: Please note that the inclusion and ordering of the items above are not a measure of relative importantance, they are simply the 10 items that I spent the most time on after starting from the top of the table of contents. :-)


In reply to Top 10 things to read when your flight is canceled by bobf

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.