in reply to Re: Re: Re: Re: Data::Dumper Efficiency Problem
in thread Data::Dumper Efficiency Problem

Now that I look at it I agree that the XML::Dumper is a cleaner data structure. But by using <hash> and <array>, the data structure doesn't make full sense outside a perl-only enviroment. However XML::Simple can emit a more portable seeming structure, especially if you specify a few options first.
  • Comment on Re: Re: Re: Re: Re: Data::Dumper Efficiency Problem