in reply to Re: How to build a scrabble type of game with perl
in thread How to build a scrabble type of game with perl
... module is no longer included in the ActiveState download ...
That's why I recommend using Strawberry Perl instead of using ActivePerl:
AP is essentially a binary distribution, using a propritary package manager. Either ActiveState (or someone else) provides a compiled package, or you are lost. OK, AS has added some package some time ago that delivers compiler, linker, make, but you need to know and install that.
Stawberry Perl comes wil compiler, linker, make and everything else you need to build perl modules on Windows, plus several modules already compiled for you. It offers the same cpan tool that you find on any unix-like operating system. No surprises, no new tricks to learn to get stuff done.
(Sometimes, I install SP just for the compiler, to get some C program running on Windows.)
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to build a scrabble type of game with perl
by BillKSmith (Monsignor) on Apr 20, 2016 at 03:08 UTC | |
by Marshall (Canon) on Apr 21, 2016 at 02:48 UTC | |
by Athanasius (Archbishop) on Apr 21, 2016 at 05:55 UTC |