we have copied the perl folder from test box to production. in production it is supposed to be edms and in test it is qedms

Oh ... I think I get it now. You've built a perl on one machine that looks for (and finds) the modules in the "qedms" folders.
Then you've copied that perl to another machine and renamed the "qedms" folders to "edms". Perl still tries to find the modules in the "qedms" folders (because that's the way its @INC was constructed), but now perl can't find any modules because the folders it searches are non-existent.

How do you want to fix this ? Simplest way would be to rename the "edms" folders back to "qedms" on the production machine.

Cheers,
Rob

In reply to Re^7: error about INC by syphilis
in thread error about INC by kumbam.ashwin

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.