Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Array::Compare error

Status
Not open for further replies.

dipti1

Programmer
Joined
Jul 25, 2006
Messages
9
Location
US
Hi there,

When I use

use strict;
use Array::Compare;

I get the following error:

Can't locate Array.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i586-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i586-linux-thread-multi/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at permutation.pl line 4.

Can anyone help me get rid of the errors ?

thank you
 
looks like you need to install the module. Look on the cpan site for the module and instructions for installing it.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top