in reply to Re^4: Perl style: Arguing against three-argument join() (++join '')
in thread Perl style: Arguing against three-argument join()

If attempts to modify a constant item instead created a temporary variable to put it in should it be the RHS, then that would work regardless of associativity.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^5: Perl style: Arguing against three-argument join() (++join '')