Help for this page

Select Code to Download


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