Help for this page

Select Code to Download


  1. or download this
    my @two_d_array = ([$x,$y,$z],[1,2,3],['a','b','c']);
    
  2. or download this
    my $elements = scalar(@two_d_array);