Help for this page

Select Code to Download


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