Help for this page

Select Code to Download


  1. or download this
    package Games::Dice;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    
    print roll_whitewolf(10, 8, 'yes');
    
  3. or download this
    "roll_whitewolf" is not exported by the Games::Dice module
    Can't continue after import errors at dice.test.pl line 4
    BEGIN failed--compilation aborted at dice.test.pl line 4.