vikee has asked for the wisdom of the Perl Monks concerning the following question:
hello, i cant include tha math::random library, don't you know why? this is printed after executing a 2 line script:
D:\Work\scrabble>scrabble.pl Can't locate loadable object for module Math::Random in @INC (@INC con +tains: D:/Perl/lib D:/Perl/site/lib .) at D:\Work\scrabble\scrabble.p +l line 1 Compilation failed in require at D:\Work\scrabble\scrabble.pl line 1. BEGIN failed--compilation aborted at D:\Work\scrabble\scrabble.pl line + 1.
this is the script
I have the random pmuse Math::Random; $random = random_uniform();
20040907 Edit by ysth: change title from: can't locate object...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "can't locate loadable object for module" error
by fizbin (Chaplain) on Sep 07, 2004 at 14:29 UTC | |
|
Re: "can't locate loadable object for module" error
by doowah2004 (Monk) on Sep 07, 2004 at 14:15 UTC | |
|
Re: "can't locate loadable object for module" error
by BrowserUk (Patriarch) on Sep 07, 2004 at 14:12 UTC | |
|
Re: "can't locate loadable object for module" error
by shenme (Priest) on Sep 07, 2004 at 14:08 UTC | |
|
Re: "can't locate loadable object for module" error
by jockel (Beadle) on Sep 07, 2004 at 13:55 UTC |