Help for this page
$val = 'BB'; incr($val); ==> 'BC' ... $val = 'ZZ'; incr($val) ==> 'BBB';
#!/usr/bin/env perl ... CBB 400