You've already got some good answers above. I'd just like to add some thoughts to your approach.

Since you say you want to remain portable, I make the assumption that you're not 100% sure of what will be your target computer(s) for your application. (With target computer I here mean the computer where your application is going to be executed.)

Remember that in the target computer(s), you may have more than one network card, each with potentially more than one IP address. Even if you think you may assume only one network card in the target computer(s), a card may have more than one address.

You will need to start with defining what you meen by "the IP address", primarily which IP address.
Then you'll have to think of how to behave when the computer has multiple IP addresses.


Everything went worng, just as foreseen.


In reply to Re: What is my IP address? by Biker
in thread What is my IP address? by Massyn

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.