use XML::LibXML; my $xml = XML::LibXML->load_xml( ... ); my $value = $xml->documentElement->getElementsByTagName("customer_id") +->[0]->textContent; print $value, "\n";
In reply to Re: Grabbing specific string from a line
by choroba
in thread Grabbing specific string from a line
by sowais
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |