Help for this page

Select Code to Download


  1. or download this
      $obj->read(Blocking => 0);
      $obj->print($cliCommand);
      $output = $obj->waitfor($obj->prompt);
    
  2. or download this
      $obj->read(Blocking => 0);
      $obj->print($cliCommand);
    ...
      }
    
      (process output in $s1_output)