Help for this page
$val = 'BB'; incr($val); ==> 'BC' ... $val = 'ZZ'; incr($val) ==> 'BBB';
use 5.010; use strict; ... return reverse $result; }