Posted on 2005-09-08 22:50:48-07 by jch341277
windows compatibility

I've been able to get the first example in the documentation to compile and run on my Win2k laptop...

Just use ppm to install Math::BaseCnv and Algorithm::ChooseSubsets then, create the directory tree C:\Perl\site\lib\Games\Cards and put the Poker.pm file out of the tgz into that directory.

Direct Responses: 983 | Write a response
Posted on 2005-09-12 14:49:14-07 by ivorw in response to 971
Re: windows compatibility

What's wrong with installing it the CPAN way?

perl Makefile.PL make make test make install

I am always wary of instructions to copy a .pm file into the lib directory tree. You will never know what you have forgotten to do.

Direct Responses: 984 | Write a response
Posted on 2005-09-12 14:50:12-07 by ivorw in response to 983
Re: windows compatibility

Oops, should be nmake in the case of Windows.

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.