raptor has asked for the wisdom of the Perl Monks concerning the following question:
%struct = { row1 => { key0 => 'val0', key1 => 'val1', keyX => 'valX' }, row2 => { key0 => 'val0', key1 => 'val1', keyX => 'valX' }, row3 => { key0 => 'val0', key1 => 'val1', keyX => 'valX' }, .... rowX => { key0 => 'val0', key1 => 'val1', keyX => 'valX' }, };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: removing the repeated info...
by jlongino (Parson) on Aug 04, 2001 at 01:28 UTC | |
by raptor (Sexton) on Aug 04, 2001 at 02:07 UTC |