in reply to Re^5: Will "$_[0]=shift" always resolve shift first?
in thread Will "$_[0]=shift" always resolve shift first?

There may be a bit of language confusion here. Mathematically the return of (foo() + bar()) is as much an operand as foo() and bar() are. Those intermediate operands get evaluated in different orders in our two examples.
  • Comment on Re^6: Will "$_[0]=shift" always resolve shift first?

Replies are listed 'Best First'.
Re^7: Will "$_[0]=shift" always resolve shift first?
by ikegami (Patriarch) on Sep 09, 2008 at 01:08 UTC
    Ah! good point.