Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: What is $x{$y}?

by AnomalousMonk (Archbishop)
on Sep 11, 2012 at 00:30 UTC ( [id://992882]=note: print w/replies, xml ) Need Help??


in reply to Re^4: What is $x{$y}?
in thread What is $x{$y}?

How about $x{@y} then? How does that work ... in a foreach $x(@y){} line of code.

There is no  $x{@y} expression in the
    foreach $x(@y){}
statement. In that statement,  $x is aliased to successive elements of the  @y array on each execution of the loop.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-16 11:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found