Help for this page

Select Code to Download


  1. or download this
    my $str = '7c9695cb23a71d851688cc0d7f8b1072';
    my @nums = map {hex} split '', $str;
    ...
            last MAIN if $i < 0;
        }
    }
    
  2. or download this
    use List::Util qw(sum);
    
    ...
    =prints
    231
    =cut