Help for this page

Select Code to Download


  1. or download this
    my %key_hash= %{$VAR1};
    $key = 'response_1.3.6.1.2.1.2.2.1.12.27';
    $oid = '1.3.6.1.2.1.2.2.1.12.27';
    
  2. or download this
    print $key_hash{$key}{$oid}[0]->[1];
    
  3. or download this
     
    print "@{$key_hash{$key}{$oid}[0]}\n";