Help for this page

Select Code to Download


  1. or download this
    my $matrix;
    {
      my @row = (0) x $width;
      $matrix = [map {[@row]} 1..$height];
    }