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

Re^2: shift vs @_

by radiantmatrix (Parson)
on Oct 06, 2006 at 14:33 UTC ( [id://576684]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     $x, $y, $z  = (2,3,4); # $x = undef, $y = undef, $z = 4
    ($x, $y, $z) = (2,3,4); # $x = 2,     $y = 3,     $z = 4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-04-18 10:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found