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

Re^3: foreach doesn't select array element

by Crackers2 (Parson)
on May 04, 2009 at 17:20 UTC ( [id://761776]=note: print w/replies, xml ) Need Help??


in reply to Re^2: foreach doesn't select array element
in thread foreach doesn't select array element

I think you may be confused about Dumper output, and perhaps about what's actually in your arrays. In your first example:
\@arr = [ 1, 2, 3, [ anna, beth, christie, denise ], ]
the fourth element in your array is an array ref, not an array. You can only store scalars in an array, so the only way to store an array in another array is to store a reference. The output you show in the second part:
\[ anna, beth, christie, denise ],
would actually mean a reference to a reference to an array.

Log In?
Username:
Password:

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

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

    No recent polls found