Help for this page

Select Code to Download


  1. or download this
    my $i;
    
    ...
    }
    
    print "All zero row at $i\n" if $i != @array;
    
  2. or download this
    All zero row at 3