what is wrong with this line?
system ("$ssh '$perf_stats' < temp_pipe 2>&1 &");
I need to start and interact with my executable defined by perf_stats on a remote machine but not change my command line to that of the remote machine. temp_pipe is a node created by mknod -f temp_pipe
|