Help for this page
package RPG::DND; ... sub modifier { int($_[0]/2)-5 }; 1;
use RPG::DND qw(modifier); ... modifier($value); # lots of other code