Help for this page

Select Code to Download


  1. or download this
    my($valid_ip, $valid_external);
    foreach my $check (@IPs) {
      # clean it up
    ...
    }
    # choose last external IP if we found one, else last valid IP
    my $ip = $valid_external // $valid_ip;