The error message means that you don't have the Config module installed (or at least not installed correctly). @INC contains a list of directories which perl will search for installed modules and Config.pm can not be found in any of them. I'm unsure what exactly the best way of obtaining the correct version of Config.pm for your platform is (I don't use Solaris myself), but maybe there's something in the Solaris docs that will tell you.

However:

... with a recently installed new version perl v 5.8.3

This seems to be the real problem. Why on earth would you install a 5-year old version of perl on your (apparently production-)machine? There have been numerous bug and security fixes in perl since then, so you should take advantage of them. The current version of perl 5.8 is 5.8.9, install that or at least something a lot closer to it, otherwise I predict you'll have a lot more problems.


All dogma is stupid.

In reply to Re: Config.pm file and @INC array by tirwhan
in thread Config.pm file and @INC array by unixer_054

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.