open(IN,">tmp.input"); print IN ; close(IN); $error = system("$runbin/$program.x < tmp.input");