use XML::Simple; my $file = '/path/to/your/xml.file'; my $xml = XMLin($file); my $ip_address = $xml->{'IP-ADDRESS'};