in reply to Re: two dice question
in thread two dice question
By the way, you can skip the intermediate vars entirely:Better (IMO):
my @dicearray = ( <<die1, <<die2, <<die3, <<die4, <<die5, <<die6 ); ############## # # # # # # # # # # # ############## die1 ############## # # # # # # # # # # # # ############## die2 ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: two dice question
by Fletch (Bishop) on Jul 17, 2007 at 17:05 UTC | |
by ikegami (Patriarch) on Jul 17, 2007 at 17:12 UTC | |
by Fletch (Bishop) on Jul 17, 2007 at 17:18 UTC | |
by ikegami (Patriarch) on Jul 17, 2007 at 17:54 UTC | |
by Fletch (Bishop) on Jul 17, 2007 at 19:37 UTC | |
|
Re^3: two dice question
by TGI (Parson) on Jul 17, 2007 at 17:19 UTC |