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