Help for this page

Select Code to Download


  1. or download this
    use warnings; use 5.014; use strict;
    
    ...
        }
        !$f;
    }
    
  2. or download this
    
    my @array = (
    ...
    );
    say first_allzero_row_a(\@array);
    say first_allzero_row_b(\@array);