Any correlation between me and reality, let alone my opinions and those of my employer, is entirely coincedental
Thankx, guys. I have a working solution.. (inet_ntoa(pack). and info that wasn't clear ntoa takes 4 chars). next task is to read up on pack and integer representation.... it's not clear to an old C guy why integer is different than the 4 concatenated characters you suggest.... if I cat the 4 1 byte chars x0a. 0xa . 0xa . 0x01 how is that different than the 32 bit value 0A0A0A01 that I had originally? mu la mi. guess I need to RTFM to figure out what really need to ask.

In reply to Re: Re: inet_ntoa question by Funkster
in thread inet_ntoa question by Funkster

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.