Now when did they change that? More importantly I would like to know why.

For the record the version that I pulled from is 5.005_03, and it is merlyn's version as well as you can see if you look at what he quoted Re: Re: Re: Hash slices ?.

Anyways I also see a brand spanking new section on slices (which is probably why it was pulled) that does not document this case (which should be fixed). As of 5.6.0 (I don't have 5.6.1, so someone should look and send in a patch) it had a typo, an attempt to swap the first and last terms of @folks was messed up when they tried to write it without a slice.

So it used to be determinable from the documentation with 5.005_03 (which is hardly, given the problems with 5.6.0, a horribly outdated release to be still running) but is now not. In the old version the relevant snippet was what merlyn posted.


In reply to Re (tilly) 13: Hash slices ? by tilly
in thread Hash slices ? by ChOas

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.