in reply to Re: hash array question
in thread hash array question
RED => [ {KEYNAME =>[ PRICE => 0, CODE => 'code value 1', LABEL => 'RED'] }, { KEYNAME => [PRICE => 0, CODE => 'code value 2', LABEL => 'RED',}] ], BLUE => [KEYNAME => [ { PRICE => 1, CODE => 'code value 3', LABEL => 'BLUE', } ]]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: hash array question
by AnomalousMonk (Archbishop) on Nov 11, 2019 at 22:21 UTC | |
|
Re^3: hash array question
by choroba (Cardinal) on Nov 11, 2019 at 16:28 UTC |