In last month’s column, I showed how to create a web site testing tool based on Perl’s own testing framework and the WWW::Mechanize module. For reference, I’ve reproduced the code developed in last month’s article in Listing One. The test code verifies the proper operation of a web site, in this case, http://search.cpan.org.
In last month’s column, I showed how to create a web site testing tool based on Perl’s own testing framework and the WWW::Mechanize module. For reference, I’ve reproduced the code developed in last month’s article in Listing One. The test code verifies the proper operation of a web site, in this case, http://search.cpan.org.
Listing One: A testing program to diagnose site health