|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: perl cant find it anymore!by toma (Vicar) |
| on Jun 18, 2001 at 17:03 UTC ( [id://89361]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Yes, there is such a config file, and if you move things
around it will point to the wrong place and not be able
to find modules. Also, you will have trouble installing
new modules. The file is called Config.pm,
and is located in a directory somewhere like
/opt/perl5/lib/5.6.0/PA-RISC2.0. It is
created in the 'Configure' step when perl is compiled. Update: As noted below you can't fix this with hand-editing. You can find out what your INC path is with perl -V. Much better is to put perl where Config.pm expects it to be, or recompile perl. You need the ANSI C compiler to compile perl on HP-UX, though. You can see what is in Config.pm by inspecting the code in the module, or with this code:
You can use the INC path methods above to get the use Config line to work. It should work perfectly the first time! - toma
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||