Help for this page
if($_ == "has gone down" ) { ... }
if(/Server\s(.+):(\d+) has gone down/) { my $server=$1; my $port=$2; ... }