Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    print qq($#array x ),
        map {scalar @$_ - 1} (sort {@$a <=> @$b} map {$_ // []} @array)[-1
    +];
    
  2. or download this
    345 x 65535