my $e4x_parser = E4X->new( ... ); my @items = $e4x->get( 'order.item' ); my @prices = $e4x->get( 'order..price'; );