Looking at my Config.pm file, there seems to be some options for path inclusion of libraries.
Here are some of the more interesting lines from my Win32 machine:
archlib='C:\Perl\lib'
privlibexp='C:\Perl\lib'
glibpth='/usr/shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/
+386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/u
+cblib /usr/shlib '
installsitearch='C:\Perl\site\lib'
installsitelib='C:\Perl\site\lib'
locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt
+/gnu/include /usr/GNU/include /opt/GNU/include'
loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /us
+r/GNU/lib /opt/GNU/lib'
sitearch='C:\Perl\site\lib'
sitearchexp='C:\Perl\site\lib'
sitelib='C:\Perl\site\lib'
sitelibexp='C:\Perl\site\lib'
xlibpth='/usr/lib/386 /lib/386'
You might want to check your Config.pm and see if all the lib paths are correct. This might help you to correct the @INC array (it should, but I may be wrong). Hope this helps some.
Update: I should note that even though I looked at a Win32 Config.pm, some of the ideas should apply. I forget whether or not scripts/programs/etc. read from Config.pm unless explicitly stated (i.e.,
use Config;). If I am wrong, I'd like some correction on the issue.
Theodore Charles III
Network Administrator
Los Angeles Senior High
4650 W. Olympic Blvd.
Los Angeles, CA 90019
323-937-3210 ext. 224
email->secon_kun@hotmail.com
perl -e "map{print++$_}split//,Mdbnr;"
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.