Fish, David wrote: > Hello! I am trying to install the Math::TrulyRandom > (http://search.cpan.org/~gary/Math-TrulyRandom-1.0/TrulyRandom.pod) > using ppm but it is not located in the search option to install. How > would I install this so my local perl recognizes this new perl program? > I do have the .gz file from the website above. I am using perl 5.8 on > Windows XP.
It's an XS module, so you would need to compile it yourself (which might mean compiling Perl and everything else too unless you use a compatible compiler). Alternatively, you could ask Randy if he has time to add it to his PPM repos: [email protected] _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
