The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

   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)

DESCRIPTION

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.