Help for this page

Select Code to Download


  1. or download this
    package Dice::Die;
    $VERSION = 0.04;
    ...
    }
    
    1;
    
  2. or download this
    sub roll {
      my ($self) = shift;
    ...
      $self->set_dice(\@roll);
      return $total;
    }