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 2006-03-30 16:43:25-08 by ted
error with XML::Twig::XPath findnodes()
I create a twig using XML::Twig::XPath-new( ... ) and when I parse a file with my callback, I get this message when I call findnodes(): perl update_wishlist_archive.pl using findnodes() using findnodes() Can't locate object method "node_cmp" via package "XML::Twig::Elt" at ... XPath.pm line 17. It works the first couple of times and then it fails. Sorry this is so vague but I was wondering if anyone had seen this before and had a suggestion. Thanks, Ted
Direct Responses: 2116 | Write a response
Posted on 2006-04-07 14:12:34-07 by mirod in response to 2083
Re: error with XML::Twig::XPath findnodes()
Which versions of XML::Twig and XML::XPath are you using? If you could post (or send me, I don't read this forum much) a short piece of code and data showing the problem, there would be a better chance for me to figure out what the problem is. Thanks -- mirod
Direct Responses: 2118 | Write a response
Posted on 2006-04-07 14:16:57-07 by ted in response to 2116
Re: error with XML::Twig::XPath findnodes()
It is working. Sorry for the false alarm.
Direct Responses: Write a response