Help for this page

Select Code to Download


  1. or download this
    my @segments = map {
       /^(\d{1,3}\.\d{1,3}\.\d{1,3})/ ? $1 : ()
    } keys %hashIPs;