Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Another way of specifying an IP address in Cocoa apps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Another way of specifying an IP address in Cocoa apps
Authored by: merlyn on May 29, '03 01:21:10PM
perl -le 'print unpack "L", (gethostbyname("www.macosxhints.com"))[4]' prints 3475821262 . No need for all those fancy steps.

[ Reply to This | # ]