Help for this page
my $addr; ... } my $ip = inet_ntoa($addr);
my $addr = inet_aton($input); ... my $ip = inet_ntoa($addr); ...