Hello monks

I've got a question that might seem trivial, but that I've been struggling with for a while, and could use a bit of help with

I'm attempting to use Win32::IE::Mechanize in a script, but I'm getting the message can't find in @INC. It was my understanding that if you download the .tar.gz file and extract it into your lib it will work. But I guess some modules must be built/installed? I'm having some trouble finding non-conflicting directions as to how to do this.

I tried entering cpan Win32::IE::Mechanize into cmd line, it crunched for a while, and eventually told me t/jstest.t and t/swaplist.t failed make test and that it wouldn't install without force. Someone in the chatterbox told me they were probably unimportant tests and that I should install anyways. Is this true? If so how can I do this?

I also tried using the ppm command. I have added all the suggested repositories, however when I type Win32::IE::Mechanize into the search on the top there are no results.

Can you give me any idea of what I am doing wrong? Other methods of building/installing a module?


In reply to Win32::IE::Mechanize Difficulties by jdetloff

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.