Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible to populate an array using the same data structure with the above data?## Compiled by SNMP::MIB::Compiler version 0.06 ## Source: C:\MIBS/RFC-1212.mib ## Date: Fri Mar 7 16:42:52 2003 { 'tree' => undef, 'macros' => [ 'OBJECT-TYPE' ], 'traps' => undef, 'nodes' => {}, 'version' => '0.06', 'types' => { 'IndexSyntax' => { 'items' => { 'ipAddress' => { 'type' => 'IpAddress' }, 'object' => { 'type' => 'OBJECT IDENTIFIER' }, 'string' => { 'type' => 'OCTET STRING' }, 'address' => { 'type' => 'NetworkAddress' }, 'number' => { 'range' => { 'min' => '0', 'max' => 'MAX' }, 'type' => 'INTEGER' } }, 'type' => 'CHOICE' } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Data::Dumper Retrieval?
by Elian (Parson) on Mar 10, 2003 at 15:03 UTC | |
|
Re: Data::Dumper Retrieval?
by broquaint (Abbot) on Mar 10, 2003 at 15:18 UTC | |
|
Re: Data::Dumper Retrieval?
by zby (Vicar) on Mar 10, 2003 at 15:05 UTC | |
|
Re: Data::Dumper Retrieval?
by Tomte (Priest) on Mar 10, 2003 at 15:05 UTC |