Help for this page

Select Code to Download


  1. or download this
    my $lastIP;
    
    ...
      print "$lastIP\n\n" if /Monitored circuits:/ and defined $lastIP;
      $lastIP = $1 if /((\d{1,3}\.){3}\d{1,3})/;
    }