Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: 2d array

by CountZero (Bishop)
on Jan 03, 2013 at 20:52 UTC ( [id://1011517]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Data::Dump qw /dd/;
    
    ...
    11,72,37,58,20
    21,42,63,24,16
    81,32,53,54,42
    
  2. or download this
    for my $row_ref (@array_2d) {
        for my $item (@$row_ref) {
            print "$item ";
        }
        print "\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found