in reply to Re: How to fetch the value using LWP:: UserAgent
in thread How to fetch the value using LWP:: UserAgent
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to fetch the value using LWP:: UserAgent
by aitap (Curate) on Jul 16, 2012 at 12:27 UTC | |
by panapka (Initiate) on Jul 16, 2012 at 12:48 UTC | |
by aitap (Curate) on Jul 16, 2012 at 13:09 UTC | |
by panapka (Initiate) on Jul 17, 2012 at 04:45 UTC | |
by panapka (Initiate) on Jul 17, 2012 at 07:20 UTC | |
by aitap (Curate) on Jul 17, 2012 at 07:29 UTC | |
by panapka (Initiate) on Jul 17, 2012 at 11:47 UTC |