How do I redirect stdout for a child process using spawn instead of system? I wan tthe return codes that are available using spawn but you cant pass the "> filename" stuff using spawn ..... Also, I need STDOUT to return to normal... Thanks!