Simplified CLI Dice Rollers Wiki
Perl scripts for rolling dice for various game systems
Status: Abandoned
Brought to you by:
utterb32
Using the Source code for the project in Windows
This page deals with using the source code in a Windows environment either for modification in that environment, or for running from the source script without a binary.
To run the script, install one of the following...
[http://strawberryperl.com/ Strawberry Perl]
[http://www.activestate.com/activeperl/downloads ActivePerl]
Once those are installed you should be able to run the script from the file itself, or use the command line, cd to the proper directory and then type perl name of file.plx to execute it.
If you want to modify the code, any text editor or ide that supports text files should do, I personally use Geany.