Help for this page

Select Code to Download


  1. or download this
      getnext( "1.3.6.1.7.1.3", "1.3.6.1.7.1.4" );
    
      1.3.6.1.7.1.3.14.15.16 - "Hello"
      1.3.6.1.7.1.4.14.15.16 - "Bonjour"
    
  2. or download this
      getnext( "1.3.6.1.7.1.3.14.15.16",
               "1.3.6.1.7.1.4.14.15.16" );
    
      1.3.6.1.7.1.3.14.15.17 - "Goodbye"
      1.3.6.1.7.1.4.14.15.19 - "Non"
    
  3. or download this
      getnext( "1.3.6.1.7.1.3.14.15.17",
               "1.3.6.1.7.1.4.14.15.17" );
    
      1.3.6.1.7.1.3.14.15.19 - "No"
      1.3.6.1.7.1.4.14.15.19 - "Non"
    
  4. or download this
      my $myFrenchCol = '1.3.6.1.7.1.3';
      my $myEnglishCol = '1.3.6.1.7.1.4';
    ...
            last;
        }
      }