Help for this page
use XML::Simple; ... my $image = $xml->{image}; print "$_\n" for ref( $image ) ? @{$image} : $image;