I am Done but using Simple module
if ($response->is_success) { my $data = $response->decoded_content; open (MYFILE, '>>data.xml'); print MYFILE "$data"; close MYFILE; my $xml = new XML::Simple; my $data1 = $xml->XMLin("data.xml"); print $data1->{connectionid}; }
In reply to Re^4: How to fetch the value using LWP:: UserAgent
by panapka
in thread How to fetch the value using LWP:: UserAgent
by panapka
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |