in reply to Re: Re: Data::Dumper Efficiency Problem
in thread Data::Dumper Efficiency Problem
XMLout()
Takes a data structure (generally a hashref) and returns an XML encoding of that structure. If the resulting XML is parsed using XMLin(), it will return a data structure equivalent to the original.
That sounds similar to what Data::Dumper is being used for here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Data::Dumper Efficiency Problem
by mirod (Canon) on Jan 04, 2001 at 10:19 UTC | |
by repson (Chaplain) on Jan 05, 2001 at 05:03 UTC |