Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I need to use the Test::Data Module frm the CPAN's list of modules.I have downloaded it from the CPAN website .But on running my program ,I get the following error Can't locate Test/Data/Array.pm in @INC (@INC contains: D:/perl/lib D:/per site/lib .) at dt1.pl line 7. BEGIN failed--compilation aborted at dt1.pl line 7. I m working on Windows XP .Rest of the modules are working fine on it.

Replies are listed 'Best First'.
Re: Help abt Test::Data Module
by PodMaster (Abbot) on Jun 03, 2004 at 04:54 UTC
    Visit Tutorials and read A Guide to Installing Modules (including the documentation it references) and you'll learn how to install modules. Enjoy.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.