in reply to Re: Re: Converting decimal IP addresses to binary
in thread Converting decimal IP addresses to binary

Heck, I'd be more willing to ++ a plus that had more effort put into it (++IPv6). One question though, aren't your functions functionally equivalent to the inet_xxx series combined with an sprintf to return a human-readable string?
AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.
  • Comment on Re: Re: Re: Converting decimal IP addresses to binary

Replies are listed 'Best First'.
Re: Re: Re: Re: Converting decimal IP addresses to binary
by Coyote (Deacon) on Jan 31, 2001 at 01:35 UTC
    I didn't think of looking in the Socket module for the inet_aton or inet_ntoa functions since I had a pretty good idea of how to approach the problem. Thanks for the pointer. TIMTOWTDI.

    ----
    Coyote