|
Hi,
I want to use XMLin as parsing for some web xml source. but I got some error and not able to find a solution for it. Can you help?
Options must be name=>value pairs (odd number supplied) at
Code:
...
open(CURL,"$curl $curl_opt $url|") or die $!;
...
$ref = XMLin(<<CURL>, ForceArray => 0);
then I will get such failure.
Options must be name=>value pairs (odd number supplied) at....
can anyone help me?
Best Regards,
Victor
|