NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Mar 13, 2009 at 14:20 UTC
  • Comment on Reaped: array/hash question with XML simple

Replies are listed 'Best First'.
Re: array/hash question with XML simple
by weismat (Friar) on Mar 13, 2009 at 13:30 UTC
    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).