in reply to Re: Dice::di
in thread Dice::Die
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) # ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Dice::di
by chipmunk (Parson) on Jan 06, 2001 at 02:29 UTC |