my $addr; while (! $addr){ print "enter a damned FQDN: "; my $input = ; chomp $input; $addr = inet_aton($input); } my $ip = inet_ntoa($addr);