Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How can I grab the array ref so it's like the original? This should be simplemy $newds = @{$new} Data::DumXML::Parser output # NEW DATA STRUCTURE WITH ARRAY REF $VAR1 = [ bless( { 'tree' => { 'aggregatePsExtentTable' => { '1' => 'aggregatePsExtentEntry' Data::Dumper output # ORIGINAL DATA STRUCTURE $VAR1 = bless( { 'tree' => { 'aggregatePsExtentEntry' => { '1' => 'aggPsExtentIndex',
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Restoring a DataStructure ??
by kvale (Monsignor) on May 17, 2004 at 20:08 UTC |