http://qs321.pair.com?node_id=209191


in reply to Data::Dumper Limitations

I don't how XML::Simple would do if Data::Dumper croaks, but if it does work it should allow you to verify your HOHOA properly.

Replies are listed 'Best First'.
Re: Re: Data::Dumper Limitations
by grantm (Parson) on Oct 31, 2002 at 03:56 UTC

    XML::Simple also tracks 'seen' references so that it can avoid circular references. So if that's what's causing problems for Data::Dumper it will probably cause problems for XML::Simple.

    Perhaps YAML might be worth a look (although it will need to track circular references too).