Randomice has asked for the wisdom of the Perl Monks concerning the following question:
Running Strawberry Perl on a Windows Vista machine.
I am trying to call the Math::Random::MT::Auto module. But when I do, it returns the common error:
Can't locate loadable object for module Math::Random::MT::Auto in @INC
The code I am using is simply
Although I compiled the module after downloading it, I certainly had little idea what I was doing or where it was supposed to go. Anyone able to point me to a previous "Modules 101 for Windows" write up or walkthrough will get my thanks and an unlimited supply of pseudo random numbers. Thanks!use strict; use warnings; use Math::Random::MT::Auto;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Yet Another Unlocatable Loadable Object
by syphilis (Archbishop) on Aug 22, 2010 at 01:22 UTC | |
|
Re: Yet Another Unlocatable Loadable Object
by ww (Archbishop) on Aug 22, 2010 at 00:08 UTC | |
|
Re: Yet Another Unlocatable Loadable Object
by Anonymous Monk on Aug 21, 2010 at 22:28 UTC | |
|
Re: Yet Another Unlocatable Loadable Object
by Anonymous Monk on Aug 22, 2010 at 01:19 UTC |