Hi, Vincenzio:
If it's any consolation to you, I get the same error, using that example. Without dissecting the whole module, I couldn't say for sure what the problem is, but I'm thinking that it may have to do with Yahoo! changing their format, and the module not being able to handle the changes. You might find something more specific at Yahoo!'s Developer's Network.
76: if ($node->{Data})
77: {
78: die "oops: node Char='$node->{Char}'" if $node->{Char} ne "";
79: $val = $node->{Data};
80: }
76: if ($node->{Data})
77: {
78: if ($node->{Char} =~ m/^\s*$/) {
79: $node->{Char} = "";
80: } else {
81: die "oops [$node->{Char}]";
82: }
83: $val = $node->{Data};
84: }
--roboticus
perlmonks.org content © perlmonks.org and A200560, roboticus, spiritway
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03