hello 

i m trying to parse an atom feed using XML::Atom::Syndication  module
from CPAN . the only parameter i get

when i execute the sample code  
#!/usr/bin/perl -w
 use XML::Atom::Syndication;
 use Data::Dumper;

 my $atomic = XML::Atom::Syndication->instance;
 my $doc = $atomic->get('http://www.timaoutloud.org/xml/atom.xml');
print Dumper($doc)
exit;

i only get $doc = 1 . any pointers  ?

TIA 

Harsh
-- 
__________________________
http://www.ebackend.com/blog

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to