in reply to Re: Reading structures from XML
in thread Reading structures from XML
I'm probably missing something, but doesn't this capture that xml?
my $xml = { container => { thing => [ { foo => 'bar', '' => 'baz' }, { foo => '', quz => 'oop' }, {}, ], }, };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Reading structures from XML
by Your Mother (Archbishop) on May 07, 2009 at 15:19 UTC |