Check status code, response headers, redirect location and redirect chain of a HTTP connection.
use HON::Http::UrlChecker::Service qw/checkUrl/;
my @listOfStatus = checkUrl('http://www.example.com');
Via CPAN with :
$ cpan install HON::Http::UrlChecker::Service
or download this module and run the following commands:
$ perl Build.PL
$ ./Build
$ ./Build test
$ ./Build install
After installing, you can find documentation for this module with the perldoc command.
perldoc HON::Http::UrlChecker::Service
You can also look for information at:
-
RT, CPAN's request tracker (report bugs here) http://rt.cpan.org/NoAuth/Bugs.html?Dist=HON-Http-UrlChecker-Service
-
AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/HON-Http-UrlChecker-Service
-
CPAN Ratings http://cpanratings.perl.org/d/HON-Http-UrlChecker-Service
-
Search CPAN http://search.cpan.org/dist/HON-Http-UrlChecker-Service/
Copyright (C) 2016 William Belle
This program is distributed under the MIT (X11) License: http://www.opensource.org/licenses/mit-license.php