in reply to
Reaped: array/hash question with XML simple
I think you need to use splice instead of delete to modify the array.
splice @{$data->{page}} $dat 1
should do what you want (untested).
Comment on
Re: array/hash question with XML simple
Download
Code
In Section
Seekers of Perl Wisdom