
HTML::RSSAutodiscovery - methods for retreiving RSS-ish information from an HTML document.

use HTML::RSSAutodiscovery; use Data::Dumper; my $url = "http://www.diveintomark.org/"; my $html = HTML::RSSAutodiscovery->new(); print &Dumper($html->parse($url)); # Mark's gone a bit nuts with this and # the list is too long to include here...

Methods for retreiving RSS-ish information from an HTML document.

Object constructor. Returns an object. Woot!
Parse an HTML document and return RSS-ish <link> information.
$arg may be either:
Returns an array reference of hash references whose keys are :

1.0

June 03, 2002

Aaron Straup Cope

http://diveintomark.org/archives/2002/05/30.html#rss_autodiscovery

Copyright (c) 2002, Aaron Straup Cope. All Rights Reserved.
This is free software, you may use it and distribute it under the same terms as Perl itself.