>I am getting following error while executing perl script
> 
>~/irf>perl lsco.pl
>Can't locate List/MoreUtils.pm in @INC (@INC contains:
>/usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib
>/usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4
>/usr/perl5/site_perl /usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
>/usr/perl5/vendor_perl/5.8.4 /usr/perl5/vendor_perl .) at lsco.pl line
>7.
>BEGIN failed--compilation aborted at lsco.pl line 7.
>
>Do i need to download List/MoreUtils.pm and copy into the
>/usr/perl5/5.8.4/lib/sun4-solaris-64int path.
> 

You may need to install List::MoreUtils by yourself (not just download and 
copy).
For the fast executing,it can do:

$ perl -MCPAN -e shell
> install List::MoreUtils

--
Jeff Pang
EMAIL: [EMAIL PROTECTED]  AIM: jeffpang

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to