Help for this page

Select Code to Download


  1. or download this
            }
          }
        }
      }
    };
    
  2. or download this
    my @ports = (
                 {
    ...
                  ...
                 }
                );
    
  3. or download this
    my @open_ports = grep {$_->{state} eq "open"} @ports;