Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re (tilly) 1: Dice::Dice

by tilly (Archbishop)
on Jan 07, 2001 at 23:02 UTC ( [id://50361]=note: print w/replies, xml ) Need Help??

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;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://50361]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found