I'm sure this is the case for him. In his other thread he mentioned that it runs ok within Padre, but not when he runs it from the command line. This is a classic example of Padre using Padre's perl, and the command line using some other Perl (on Windows, I guess this means some registry configuration).

Also, in this thread he discussed running ppm, which is Active State, but also mentioned that he's using Strawberry Perl. So there you have it; Padre is configured with the Active State Perl as its environment, and from the command line he's using Strawberry. They won't be (and shouldn't be) sharing libraries. They are probably not even binary compatible since Active Perl is usually built with MSVC, and Strawberry with gcc.


Dave


In reply to Re^2: installing text::csv cpan by davido
in thread installing text::csv cpan by shushant

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.