$result = `$cmd $args`; #### open ($fh, '-|', $cmd_file, @args); $test_result = <$fh>; #### -w 70 -c 80 -r 'bla bla'
## open ($fh, '-|', $cmd_file, @args); $test_result = <$fh>; ##
## -w 70 -c 80 -r 'bla bla'