My travails with IO::Socket under WinME (and I've now gotten the same problem with Win2000) are documented elsewhere and a possible reason for it has been given. I'm going to fire up my "laptop" (which needs a monitor and a keyboard to work...sigh) and try putting the client and the server on separate machines and see if that doesn't fix my problem--but I'm thinking there's yet more to do.

It occurred to me that this odd behavior might be an artifact of the ActiveState implementation in particular, rather than just how things were under Windows, so I decided I'd put a different Perl on my machine and see what happens.

Then, the question arose in my mind, "What if I had two different versions of Perl--say, ActiveState and IndigoPerl--running on the same machine, and started the client with one and the server with the other--what then?"

This led me to the $64,000 dollar question--"How badly am I going to screw up my machine by putting (or, more likely, trying to put) multiple Perls on it? I know how to do this on UNIX, but on Windows...hmm."

Being foolhardy, I went ahead and tried putting IndigoPerl on, and it's not cooperating. I suppose trying SiePerl is next, but I wonder--does anyone else have experience, frightening or otherwise, with this silly idea?

adamsj

They laughed at Joan of Arc, but she went right ahead and built it. --Gracie Allen


In reply to How to have multiple Perls under Windows by adamsj

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.