Help for this page

Select Code to Download


  1. or download this
    # if ( $print_to_stdout || defined $output_fh ) {
        while (<$command_out>) {
    ...
            print $output_fh $_ if ( defined $output_fh );
        }
    #}