Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: error message not understood

by matrixmadhan (Beadle)
on Dec 21, 2008 at 14:58 UTC ( [id://731889]=note: print w/replies, xml ) Need Help??


in reply to error message not understood

that seems to be a problem where the required perl modules are not available in the @INC array.

Try adding the installation directory to use lib

Replies are listed 'Best First'.
Re^2: error message not understood
by xhunter (Sexton) on Dec 21, 2008 at 17:09 UTC
    A way to check if you have the module installed is by trying loading module directly and see what happens. For example:
    perl -MSpreadsheet::WriteExcel -e1
    will be quiet if you have the module installed otherwise it will complain with a message like:
    Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: /etc/pe +rl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/p +erl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/lo +cal/lib/site_perl .).
    NOTE: The message above includes the current library search locations perl is aware of (in @INC). If the module was installed by standard means (cpan or perl Makefile.pl etc) it should be somewhere in your @INC (library paths) already.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://731889]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-16 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found