NAME
RPG::Traveller::Person::Constants - this module defines a host of constants used for character generation
VERSION
version 1.010
METHODS
int2skill
returns a string based on the value of the integer passed to it.
int2skill(PILOT); # returns "Pilot"
int2career
returns a string based on the value of the integer passwd to it
int2career(MARINE); # returns "Marine"
int2alpha
returns 0-9 or A-Z with no gaps for I or O depending on the integer passed to it
int2alpha(15); # returns "F"
int2alpha(35); # returns "Z"
int2galpha
same as int2alpha but leaves a gap for the letters I and O
SEE ALSO
AUTHOR
Peter L. Berghold <cpan@berghold.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Peter L. Berghold.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.