I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-11-11 10:06:01-08 by victorhsu
Can I pass array to XMLin
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(&lt;<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
Direct Responses: Write a response