Help for this page

Select Code to Download


  1. or download this
    $val = 'BB';
    incr($val);  ==> 'BC'
    ...
    
    $val = 'ZZ';
    incr($val)  ==> 'BBB';
    
  2. or download this
    use 5.010;
    use strict;
    ...
        return reverse $result;
    }