Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use IO::All -strict;
    use List::MoreUtils qw /each_array/;
    ...
        }
    }
    
  2. or download this
    use Modern::Perl;
    use IO::All;
    
    ...
        }
        $index++;
    }