Help for this page

Select Code to Download


  1. or download this
    for (keys(%{$ini{$hostnames[$i]}})) {
     print "Slot: $_\n";
    ...
     print "IfIndex: ${$ini{$hostnames[$i]}}{$_}\n";
     push @ifindices,${$ini{$hostnames[$i]}}{$_};
    }
    
  2. or download this
    for (keys(%{$Hostpart_from_INI})) {
    
  3. or download this
    for (keys(%Host_Data_from_INI)) {
    
  4. or download this
    for $_ (keys(%Host_Data_from_INI)) {
    
  5. or download this
    perl -le 'for (1,2,3) { print $_; }'
    
  6. or download this
    for (keys(%Host_Data_from_INI)) {
     push @slots,$_;
     push @ifindices,$Host_Data_from_INI{$_};
    }