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'
              }
            ];