I'm speaking from the linux background -- but the trouble shooting might overlap. I havn't used Active State very much. But again, trouble shooting could be very similar.

I would first ask if you're sure you don't have the perl module. It often happens that you might just not have the module in the proper path. Check your paths and make sure that you don't have the module.

Next, visit CPAN. While most of the modules on there are for linux, you will find a few for Windows. If you know specifically what the module is that you're missing, use the CPAN search (search.cpan.org) to find it. Type it in exactly the way the error message calls it.

As for placement. You can probably place the module in a directory relative to the root. For example, if you have a module called Radio::playlist, create a directory within your perl script's directory called "site/lib/Radio", and place playlist.pm within that directory. If you have a module called Bleh, you can place Bleh.pm right in that "site/lib/ root directory.

Hope this helps.

--Coplan


In reply to Re: how to get hold of perl modules by Coplan
in thread how to get hold of perl modules by richardwallis

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.