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.