in reply to system( ), printing output & matching
if ($_ eq~ m/is alive/) { $line++; last; }
should be =~