ActivePerl v5.8.8 build 822 on both the server and the development machine where I generated the DLLs. Though it is possible that some module is in a different version. I had to recompile all the DLLs after I updated from 5.8.7 some time ago. With the new perl and old DLLs either the OLE objects failed to get created in the ASPs or the perl scripts refused to run. But they refused to run even if they contained just a single print statement.

Besides I successfully loaded all those DLLs into a Perl script on that server and still was able to load additional modules.


In reply to Re^2: eval "use Module::Name" silently dies under MS IIS/PerlIs.dll by Jenda
in thread eval "use Module::Name" silently dies under MS IIS/PerlIs.dll by Jenda

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.