Help for this page

Select Code to Download


  1. or download this
     my %stat_for = (
    strength => undef,
    intelligence => undef,
    ...
    Intelligence: $stat_for{intelligence}
    Dexterity: $stat_for{dexterity}
    END_CHARACTER
    
  2. or download this
     #!/usr/bin/perl 
    use strict;
    use warnings;
    ...
    Dexterity: $true\n
    END
    }