Hi

I've been building a project on two machines with the same Straweberry Perl versions:5.12.3.0. this worked fine and I could all install necessary CPAN modules. Now the hardware of my latest system is failing so I'm preparing a new machien with same Strawberry Perl version, but suddenly on a fresh install of Windows 7 packages like: Win32::DriveInfo and Date::Manip, pp can't be installed and errors arise like:

Can't use string ("Win32::API::Struct") as a HASH ref while "strict re +fs" in use at C:/strawberry/perl/site/lib/ /Struct.pm line 158. dmake.EXE: Error code 255, while making 'test_dynamic' CJOHNSTON/Win32-SystemInfo-0.11.zip C:\strawberry\c\bin\dmake.EXE test -- NOT OK

I like to use this new development machine to create similar par packages which can be distributed over server located over several places and are compatible with the par packages created by the current ones

Is this the way to do so, or I always should take the latest Strawberry Perl version to work with? And where do these errors suddenly come from?


In reply to What version of Strawberry Perl to use? by gepebril69

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.