Help for this page

Select Code to Download


  1. or download this
    my @numbers = map {[reverse split '']} qw(109156 114);
    
  2. or download this
    @$_ > $maxDigits and $maxDigits = @$_ for @numbers;