Help for this page

Select Code to Download


  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
    }
    
  2. or download this
    package A_Die;
    
    ...
    }
    
    1;
    
  3. or download this
    
    #######################
    ...
        print $some_dice->toTextArt() . "\n";
        print "that's: " . $some_dice->toString() . "\n";
    }
    
  4. or download this
    
    package Dice;
    ...
    }
    
    1;
    
  5. 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
    }