http://qs321.pair.com?node_id=431681


in reply to Re: sorting ip octets
in thread sorting ip octets

I have no problem in converting them to integers, is going from column to column.

Replies are listed 'Best First'.
Re^3: sorting ip octets
by demerphq (Chancellor) on Feb 16, 2005 at 19:09 UTC

    Have a look at the Socket module which has tools for converting IP addresses into their integer form and back. inet_aton() and inet_ntoa() come to mind...

    ---
    demerphq