WWW::Webrobot::HtmlAnalyzer - analyze HTML files for links/images/frames
WWW::Webrobot::HtmlAnalyzer -> get_links($scheme, $input)
Analyze an HTML file. Returns a list of images, a list of frames and a list of links.
Extract all links found in an HTML page
Parameters:
$scheme uri of the content $in content, same form as in HTML::TokeParser->new($in) return (\@img, \@frame, \@a); \@img list of images \@frame list of frames \@a list of plain links