Thank you for your help Hauke, I originally had the address 0.0.0.0 in there, but that didn't work either. The "server" computer is running Windows, but the raspberry's are running Raspbian, and they are NEVER on the same network. I have it set up for testing even that they are on an external network, so I have NEVER seen it work. :-(

The program running on Windows with ActiveState 64 bit Perl, is running fine ( no warnings or errors, even with strict and warnings on ) but the script on the raspberry's just time's out every time... It never prints "Connected to socket".

I will try the Wireshark you mentioned see if that gives any insight. Maybe it's just that sockets aren't what we need, Ideally we would want something like Teamviewer or RDP but they don't run on ARM Raspbian without extensive tweaking...


In reply to Re^2: Socket programming Help (updated) by Kelicula
in thread Socket programming Help by Kelicula

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.