Joseph Herlant
version 1.0.0, 2013-10-24 : Initial version

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