##
{
root => {
attributes => {
toot => 1,
},
contents => [
2,
{ toot => { contents => [3] } },
4,
{ toot => { contents => [5] } },
6
],
}
}
####
{
name => "root",
toot => [1,3,5],
text => [2,4,6],
}
####
my $entry = {
title => "...",
...,
};