version 1.0.0, 2013-10-24 : Initial version
Test if an url respond correctly using WLP Perl module
This one-liner tests that the header document can be retrieved correctly, so that the url is joignale. It uses the WLP module. This can be used for quick and dirty monitoring.It checks every url you pass him as argument and returns the url and the OK or KO status. The head function returns "true" if successfull, that’s why it is so simple!
perl -MLWP::Simple -le'print$_,"\t=>\t",head$_?"OK":"KO"for@ARGV' http://aerostitch.github.io https://github.com/aerostitch