in reply to remote test of website

You can write automated tests (using the standard Perl Test::* conventions) with Test::WWW::Mechanize.
http://search.cpan.org/~petdance/Test-WWW-Mechanize-0.99/Mechanize.pm

There are also a lot of useful articles how to use WWW::Mechanize linked in the module documentation.