Your options are to upgrade to a suitably built newer Perl, or build it yourself

I think that if the error is "The application failed to start because MSVCR90.dll was not found", then there's a very strong chance that this can be fixed by simply placing MSVCR90.dll in the path - which is what Anonymous Monk suggested (in not so many words, of course ... as is his charter :-)

Upgrading to a newer version of ActivePerl is unlikely to help as it, too, will have been built using MSVC++ 6.0. Nevertheless, the approach that gives best mileage is to use a compiler that uses the *same* C runtime as the compiler that built perl - which, for ActivePerl, means that you use either MSVC++ 6.0 or MinGW. With ActivePerl-5.6.1, you'll need to install ExtUtils-FakeConfig in order to use MinGW - with recent builds of ActivePerl 5.8 and 5.10 you won't need EU::FC.

Cheers,
Rob

In reply to Re^2: Creating a perl module on windows by syphilis
in thread Creating a perl module on windows by tomerb

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.