in reply to
Convert hostname to decimal form
print unpack('N', scalar gethostbyname($host)), "\n";
Comment on
Re: Convert hostname to decimal form
Download
Code
In Section
Cool Uses for Perl