in reply to "can't locate loadable object for module" error

Hello Where do You have the "Math/Random.pm" file?
Is it in your work directory (D:\Work\scrabble\) or is it
in any of the @INC directories from the error output?
If it's your work dir. then write

use lib qw(.);

before the use Math::Random; row.

/jocke