- or download this
package Games::Dice;
...
}
1;
- or download this
#!/usr/bin/perl
use strict;
...
print roll_whitewolf(10, 8, 'yes');
- 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.