Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Net::SNMP;
    my @unsort = qw/ 1.3.6.1.2.1.1.5 1.3.6.1.2.1.1.4 1.3.6.1.2.1.1.1 1.3.6
    +.1.2.1.1.2/;
    ...
    print @unsort;
    print "\n-------\n";
    print @sort;
    
  2. or download this
    1.3.6.1.2.1.1.5
    1.3.6.1.2.1.1.4
    ...
    1.3.6.1.2.1.1.2
    1.3.6.1.2.1.1.4
    1.3.6.1.2.1.1.5