Help for this page
if ($_ =~ "HW/OS/Client") { $ClientServer = $_; }
if ( $ClientServer ) { print; ... if ( /^\s*$/ ) { # true when the current line is blank $ClientServer = ""; }