Help for this page

Select Code to Download


  1. or download this
    print Dumper(\@out);
    
  2. or download this
    foreach my $line (@out) {
       next unless $line =~ /port_number/; # skip unrelevant lines
       print $line;
       # extract or search for ESTABLISHED
    }