I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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