http://www.perlmonks.org?node_id=664117


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

How does your second snippet "obfuscate the order of parts in the final result"?

The three strings to be concatenated are given in a different order than from left to right, which might be counter-intuitive for a casual reader.