# XML::Simple my $config = XMLin($xmlout->GetData); # XML::Parser my $p1 = new XML::Parser; $p1->parse($xmlout->GetData); # XML::Twig my $t = new XML::Twig(); $t->parse($xmlout->GetData);