Help for this page

Select Code to Download


  1. or download this
    sub grab {
      my $class = shift;
    ...
      
      return bless { dice => \@dice }, $self;
    }