Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to populate an array with the following keys:$VAR1 = '0x10040'; $VAR2 = { '' => {}, 'ZoomScale' => { 'Flags' => 'R,W,D', 'Id' => '0x11b2c', 'Type' => 'Integer', 'Name' => 'ZoomScale' }, 'Model_State' => { 'Flags' => 'R,W,M,D', 'Id' => '0x1007c', 'Type' => 'Integer', 'Name' => 'Model_State' }, 'View_Description_List' => { 'Flags' => 'R,W,D', 'Id' => '0x11f48', 'Type' => 'Tagged Octet', 'Name' => 'View_Description_Lis +t' }, 'mdl_modfy_athr' => { 'Flags' => 'R,W,D', 'Id' => '0x11025', 'Type' => 'Text String', 'Name' => 'mdl_modfy_athr' }, 'IfOrgRel' => { 'Flags' => 'R,W,S,D', 'Id' => '0x11b4d', 'Type' => 'Relation Handle', 'Name' => 'IfOrgRel' }, 'Collected_By_List' => { 'Flags' => 'R,W,M,D', 'Id' => '0x10c48', 'Type' => 'Octet String', 'Name' => 'Collected_By_List' }, 'createtime' => { 'Flags' => 'R,D', 'Id' => '0x11b41', 'Type' => 'Date', 'Name' => 'createtime' }, 'Is_Device' => { 'Flags' => 'R,W,S,D', 'Id' => '0x11f4a', 'Type' => 'Boolean', 'Name' => 'Is_Device' }, 'Rollup_Condition' => { 'Flags' => 'R,W,G,M', 'Id' => '0x10013', 'Type' => 'Integer', 'Name' => 'Rollup_Condition' },
ZoomScale model_State View_Description_List . . .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Retrieving a list of keys from a hash of hashes
by broquaint (Abbot) on Apr 01, 2003 at 14:14 UTC | |
|
Re: Retrieving a list of keys from a hash of hashes
by robartes (Priest) on Apr 01, 2003 at 14:15 UTC | |
|
Re: Retrieving a list of keys from a hash of hashes
by zby (Vicar) on Apr 01, 2003 at 14:21 UTC |