Jump to letter: [
ABCDEFGHJKLMNPRSTUWX
]
perl-HTTP-SimpleLinkChecker - HTTP-SimpleLinkChecker module for perl
- Description:
You don't have to know anything about objected-oriented Perl, LWP,
or the HTTP module to be able to check your links. This module is
designed for the casual user. It has one function, check_link,
that returns the HTTP response code that it receives when it tries
to fetch the web address passed to it. The undef value is returned
for any failure and the $HTTP::SimpleLinkChecker::ERROR variable is set.
The HEAD method is tried first, although if anything other than a
good status code (those less than 400) is received, another request
is made with the GET method.
Packages