Help for this page

Select Code to Download


  1. or download this
    my @interfaceref_array;
    
    ...
        push @interfaceref_array, $hash_ref;
    
        }
    
  2. or download this
    my @interfaceref_array;
    
    ...
        push @interfaceref_array, \%hash;
    
        }