Help for this page

Select Code to Download


  1. or download this
    for my $col (@array)  {
       for my $row (@$col)  {
          print "$row\n";
       }
    }
    
  2. or download this
    my @new_array = qw ( foo bar foobar barfoo );