Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Accessing an AoHoAoH

by jeffa (Bishop)
on Jun 05, 2004 at 19:46 UTC ( [id://361662]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @one_d = ( (1,2,3), (4,5,6), (7,8,9) );
    
  2. or download this
    my @two_d = ( [1,2,3], [4,5,6], [7,8,9] );
    
  3. or download this
    my $two_d = [ [1,2,3], [4,5,6], [7,8,9] ];
    
  4. or download this
    print Dumper \@AoH;
    
    ...
                'chapter' => 'Advanced'
              }
            ];
    

Log In?
Username:
Password:

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

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

    No recent polls found