$input = ; chomp $input; $input =~ /\d+\.\d+\.\d+\.\d+/ or die "bad input"; foreach $k($input =~ /\d+/g) { die "bad input" if($k<0 or $k>255); }