I'm trying to get a Perl module working (Win32::SerialPort). Doesn't work with my version of Perl:(v5.20.1) built for MSWin32-x64-multi-thread Windows 7, 64bit

It fails with many test errors, undefined variables, and I saw some reply that said it wouldn't work with 64-bit Perl. If that's not true, please let me know.

Now that it is not working, I'm on the hunt for the right Perl that's going to work. I already have Perl running in the house, and I'm not looking forward to managing multiple distributions of it on the same machine.

So, to the Monks who are experienced with this, I ask, how can I easily set up another distribution and automatically launch it? I'm not familiar with batch files, and I did do a super search with one answer that gave back to file response that doesn't fit my filesystem set up. How is everyone else doing this?

And as a side question, if someone has used the module that I want to use, can you tell me the setup that I need? Perl coding is all well and good, but this infrastructure set up is troublesome for me. Thanks for your reply.


In reply to Multiple strawberry Perl distribution organization problems and the hunt for Win32::SerialPort installation that works by Perl_question

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.