Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: What is (a => b => c) ?

by LanX (Saint)
on Mar 26, 2015 at 20:02 UTC ( [id://1121446]=note: print w/replies, xml ) Need Help??


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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1121446]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-29 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found