decebel has asked for the wisdom of the Perl Monks concerning the following question:
my $ds1 = { part => { id => 123, name => wheel} } my $ds2 = { component => {id => 123, name => stereo} }
The above two data structures look similar in structure. By this I mean, both of them are hash references with key as strings and values again as hash references
Any suggestions on how to tackle this..
Many thanks D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Interesting problem on perl data structure
by BioLion (Curate) on Oct 12, 2009 at 14:12 UTC | |
|
Re: Interesting problem on perl data structure
by jettero (Monsignor) on Oct 12, 2009 at 14:02 UTC | |
by ctilmes (Vicar) on Oct 12, 2009 at 16:53 UTC | |
|
Re: Interesting problem on perl data structure
by planetscape (Chancellor) on Oct 12, 2009 at 18:06 UTC | |
|
Re: Interesting problem on perl data structure
by ctilmes (Vicar) on Oct 12, 2009 at 16:51 UTC |