
WWW::Link::Reporter::URI - Report link URIs only

use WWW::Link; use WWW::Link::Reporter::URI; $link=new WWW::Link; #over time do things to the link ...... $reporter = new WWW::Link::Reporter::URI $reporter->examine($link)

This is a very simple class derived from WWW::Link::Reporter which simply prints the URIs of each link reported. By chosing the correct reports this is then good for generating output for use in scripts etc.