Help for this page

Select Code to Download


  1. or download this
    package Dice::Simpler;
    use strict; use warnings;
    ...
    =cut
    
    int(rand 6)+1;