Re: XML::RSS::Parser - ns_qualify failure

2004-12-08 Thread Craig Moynes
Bob, I have tried both lines: my $title = XML::RSS::Parser->ns_qualify('title',$feed->rss_namespace_uri); and my $title = $p->ns_qualify('title',$feed->rss_namespace_uri); I will try and make sure everything that is installed is up-to-date, then I will contact the author as my next step and the

RE: XML::RSS::Parser - ns_qualify failure

2004-12-08 Thread Bob Showalter
Craig Moynes wrote: > I installed XML::RSS:Parser from CPAN. > When I try to run a simple script I get (from the sample code): > Can't locate object method "ns_qualify" via package > "XML::RSS::Parser" at testrss3.pl line 11 (#1) > (F) You called a method correctly, and it correctly ind