Now you're splitting hairs. "Arguments to subroutines are evaluated in list order: from left to right." Is that better?

Remember, documentation is not written for a person who already knows everything. (I need the clarity to stop imagining unwarranted parallels.)


Update. ikegami: human language affords its speakers some latitude. In this case, "arguments" can refer to elements on stack (a technical view); it can refer to tokens of source code (parsing context); or it can refer to the expressions that end up as arguments. All three interpretations (and possibly more) are used in perl documentation. How would you describe f($a, $b, $c)? A function supplied with three expressions?


In reply to Re^6: Evaluation Order again. by oiskuu
in thread Evaluation Order again. by BrowserUk

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.