Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
      'GetNext -------------- 11.254.49.217:1.3.6.1.2.1.4.20.1.2' => {
    ...
        'Max_Time' => '16:29:08.04'
      },
      'Response -------------- 11.254.49.217:1.3.6.1.2.1.2.2.1.12.20' => {
    
  2. or download this
    my @key_hash = sort {
        $key_hash{substr($a,3)} cmp $key_hash{substr($b,3)}
    } keys %key_hash;