Help for this page
# if ( $print_to_stdout || defined $output_fh ) { while (<$command_out>) { ... print $output_fh $_ if ( defined $output_fh ); } #}