Help for this page

Select Code to Download


  1. or download this
    my %components = 
      (
    ...
             eth3 => "10.173.2.98/24",
            },
      );
    
  2. or download this
    foreach my $compName (keys %components) {
      foreach my $param (keys %{$components{$compName}}) {
    ...
    #    ... does not seem nice ]
        }
    }