Help for this page
my $txt = "169.254.0.210"; ... { print "VALID ADDRESS!\n"; }
if($ip =~ /123\.45\.678\.(\d{1,3})/ and ($1 < 1 and $1 > 126)) #code here