arcnon has asked for the wisdom of the Perl Monks concerning the following question:
my %t_type = ( 'a' => { one => {low => 1000, high => 3000, percent => 25}, two => {low => 200,high => 2000, percent => 30}, three => {low => 1000,high => 6000, percent => 40}, four => {low => 300,high => 1800, percent => 35}, five => {low => 10, high => 40, percent => 60}, six => {low => 2, high => 12, percent => 50}, seven => [ {select => 'small',low => 3,high => 3,percent => 30}, ], }, 'b' => { one => {low => 1000, high => 3000, percent => 25}, two => {low => 200,high => 2000, percent => 30}, three => {low => 1000,high => 6000, percent => 40}, four => {low => 300,high => 1800, percent => 35}, five => {low => 10, high => 40, percent => 60}, six => {low => 2, high => 12, percent => 50}, seven => [ {select => 'medium',low => 1,high => 1,percent => 10}, {select => 'large',low => 1,high => 1,percent => 10}, ], }, .... more records follow );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl and xml
by borisz (Canon) on Aug 29, 2004 at 15:36 UTC | |
by arcnon (Monk) on Aug 29, 2004 at 17:03 UTC | |
by borisz (Canon) on Aug 29, 2004 at 18:01 UTC | |
by arcnon (Monk) on Aug 29, 2004 at 18:11 UTC | |
|
Re: perl and xml
by Zaxo (Archbishop) on Aug 29, 2004 at 15:48 UTC | |
|
Re: perl and xml
by gmpassos (Priest) on Aug 29, 2004 at 19:00 UTC | |
|
Re: perl and xml
by Eyck (Priest) on Aug 29, 2004 at 18:04 UTC |