Help for this page

Select Code to Download


  1. or download this
    file.txt
    --------------
    ...
    object-group service WEB_TCP tcp
     port-object eq 80
    --------------
    
  2. or download this
    
    use strict;
    ...
    for $iphostname ($fh) {
      print $iphostname if (/^object-group/ ... /(\d{1,3})\.(\d{1,3})\.(\d
    +{1,3})\.(\d{1,3})$/);
    }