Help for this page

Select Code to Download


  1. or download this
    my $roll = $six_sider->roll();
    my @rolls = $six_sider->rolls(6); #note plural, although #with wantarr
    +ay() this can probably be folded into roll()
    
    my @char_trait_set = map {$six_sider->roll()} (1..3)  # ?