use XML::Simple; my $data = ""; { local $/; $data = ; } my $ref = XMLin($data); print $ref->{xml-key};