Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $base_10 += ((ord($values[$_]) - 96) * 26 ** $_) for (0 .. $#value
    +s);
        $base_10;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        $base_10;
    }