in reply to Diagnositc output on background processes
## ## print output to given tty ## $tty = $ARGV[0]; open(OUTPUT, "> /dev/$tty") || die ("can't open device: $!\n"); print OUTPUT "Hi, what's going on?\n"; close(OUTOUT); [download]
MP