That's not how you install modules into Perl. It may work, but as it doesn't work for you, see Yes, even you can use CPAN. WWW::Mechanize has some prerequisite modules that you will also need to install manually if you choose to go that route. Also, you didn't tell us where exactly you extracted the files to. It seems you didn't extract them into a directory listed in @INC. On my system, Perl looks like this:

Q:\>perl -le "print for @INC" Q:/Corion/perl-5.8.8/perl/lib Q:/Corion/perl-5.8.8/perl/site/lib .

and WWW/Mechanize.pm lives in the following directory:

Q:\>dir Q:\Corion\perl-5.8.8\perl\site\lib\WWW\Mechanize.pm Datenträger in Laufwerk Q: ist XXX$ Volumeseriennummer: 0502-27E2 Verzeichnis von Q:\Corion\perl-5.8.8\perl\site\lib\WWW 25.05.2007 03:32 70.958 Mechanize.pm 1 Datei(en) 70.958 Bytes 0 Verzeichnis(se), 128.371.900.416 Bytes frei Q:\>

In reply to Re: problems downloading Mechanize by Corion
in thread problems downloading Mechanize by kayj

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.