Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: problem with Array of Arrays

by kennethk (Abbot)
on Nov 09, 2015 at 18:03 UTC ( [id://1147273]=note: print w/replies, xml ) Need Help??


in reply to problem with Array of Arrays

It's considered good form to post what's not working for you (How do I post a question effectively?), but one answer is:
for my $row (@AoA) { say $row->[1]; }
See ARRAYS OF ARRAYS, and maybe perllol, perldata, perlreftut, and/or perlref for additional info.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Log In?
Username:
Password:

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

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

    No recent polls found