Help for this page

Select Code to Download


  1. or download this
    my @type = qw(INTEGER INTEGER32 OCTET_STRING OBJECT_IDENTIFIER IPADDRE
    +SS COUNTER COUNTER32 GAUGE GAUGE32 UNSIGNED32 TIMETICKS OPAQUE COUNTE
    +R64); 
    
    ...
              'OPAQUE' => OPAQUE,
              'COUNTER64' => COUNTER64
        );
    
  2. or download this
    # Create the list of BrowseEntry boxes for the right frame
        for (1..5) {
    ...
            -choices   => [@type],
            )->pack(-side => 'top', -pady => '3');
        }