use XML::Simple; my @href = XMLin(shift, ForceArray => 1, suppressempty => '' ); print Dumper @href;