Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Can someone clarify what's happening here

by biohisham (Priest)
on Aug 11, 2010 at 09:07 UTC ( [id://854276]=note: print w/replies, xml ) Need Help??


in reply to Can someone clarify what's happening here

The braces around the prefixes can be done away in this case, so @{array} is the same as @array, ${val} is the same as $val. And this is why @{shift} is made to be an array whose name can also be written as @shift and of course array is not related to the function shift().


Excellence is an Endeavor of Persistence. A Year-Old Monk :D .

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found