- or download this
# implements the game Petals Around the Rose
# no arguments will roll 5 six sided die and report the score
...
Here's your first try:
ENDUSAGE
}
- or download this
package A_Die;
...
}
1;
- or download this
#######################
...
print $some_dice->toTextArt() . "\n";
print "that's: " . $some_dice->toString() . "\n";
}
- or download this
package Dice;
...
}
1;
- or download this
# implements the game Petals Around the Rose
# no arguments will roll 5 six sided die and report the score
...
Here's your first try:
ENDUSAGE
}