in reply to What is (a => b => c) ?

> As far as I can tell, it's the same as @x = (a, b, c);

It's the same as @x = ("a", "b", c);

please note that c is not quoted, hence this shouldn't compile under strict

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!