Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
      'response_1.3.6.1.2.1.2.2.1.12.27' => {
    ...
        ]
      },
      'request_1.3.6.1.2.1.2.2.1.12.27' => {
    
  2. or download this
        if ({$key_hash{$current_key}{OID_NAME}}->[0]->[1]) {
            print "Duplicate Found\n";
    ...
        else {
            push @{$key_hash{$current_key}{OID_NAME}}, [$oid, $name];
        }