in reply to Quick XML::LibXML question

there is only ever going to be 1 tag I am looking for
You can use an Xpath expression to find the value:
my $value = $doc->findvalue('//currentReading');