Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: foreach doesn't select array element

by Crackers2 (Parson)
on May 04, 2009 at 17:20 UTC ( #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? | Other CB clients
Other Users?
Others studying the Monastery: (2)
As of 2023-06-06 05:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?