[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : Ok, when it doesn't work, : why Dumper($doc) outputs only "1" ? It should be nice complex : data structure of parsed rss file, hm ?
Perhaps $doc is an object and a requires a method to return anything meaningful. According to the docs get() returns a "root" (whatever that is), not a document. $instance->get($url[,$file]) A method for fetching an Atom feed and parsing it. If an optional file name is provided, the method will mirror the feed to the file system location that is specified. Like the parse methods, returns the root XML::Atom::Syndication::Element object for the feed. HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>