Posted by member 151064 on 2004-05-09 19:59:33 link

Ha! Found it. Normally you would do a fork and exec from the child process but Tk does not like that. So I made a one line perl script that calls exec and presto! everything works the way I needed it to.