WWW::Link::Reporter is a Perl module used to report information about a link back to a user.
SYNOPSIS
package WWW::Link::Reporter::somethingorother
use WWW::Link::Reporter;
sub broken {print "something..."; ... }
sub not_found {print "or...; ... }
sub redirected {print "other...; ... }
sub okay ...
sub not_perfect ....
This class is really a base class upon which other classes can be built. These classes will allow feedback to users about what the status of various links is.
The class provides one facility in that it will gather some statistics on the links that are fed to it.
Product's homepage
Requirements:
· Perl