CheckURL

This Perl5 module performs the Check whether a document at URL 'A' includes an URL which points to document 'B' .

Why will you want it? For example when you have some site and you know that someone keeps a pointer to you. And you want to check whether it still keeps it! For the real application see links tool (tool that helps you to keep a track of users who points to your site, send them email and letting the users themselves or you to submit the links and their email.)

Usage is simple:

use CheckURL;
$res = checkurl($URL_A, $URL_B);

Return code:

You need LWP and URI modules to make it work (get from CPAN)

The latest version is 0.01

Download CheckURL.pm