Nowhere in the context of the quote, is the 12345678 defined to be a string.

I know. Three times I told you to read the docs instead of relying on that partial quote.

Nowhere in that context is "byteorders" defined to mean: the value of $Config{byteorder} will vary according to ...

You mean except in the passage we're discussing? The byteorder on the platform where Perl was built is also available via Config: use Config; print "$Config{byteorder}\n"; [...] Byteorders "1234" and "12345678" are little-endian; "4321" and "87654321" are big-endian.

What an idiot. For the fourth time, go read the damn docs before mouthing off about how they're wrong.


In reply to Re^7: Is the documentation for Perl 5.20 'pack' correct? by ikegami
in thread Is the documentation for Perl 5.20 'pack' correct? by flexvault

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.