Archive for the ‘Perl’ Category

Perl: Random dice game using array, case, and for Windows with Perl installed

Sunday, March 4th, 2012

I had a bit of free time, so I created this craps game for Windows. You can also run it on Linux and Unix by changing the path to where your Perl is located on the system. The application uses variable, a pre-defined array length, functions, and a do – while loop with a sentinal value to terminate the loop.
(more…)