I tried with following code
my $dom = XML::LibXML->load_xml(string => <<'XML'); <$response->decoded_content/> XML for my $node ($dom->findnodes('//drl[@connectionid]')) { print $node->getAttribute('connectionid');
it is throwing the error, what is wrong here
In reply to Re^2: How to fetch the value using LWP:: UserAgent
by panapka
in thread How to fetch the value using LWP:: UserAgent
by panapka
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |