http://qs321.pair.com?node_id=757529


in reply to Re: No inherited file handles with tie() and exec()
in thread No inherited file handles with tie() and exec()

Yeah, that makes sense. And I guess the reason why case #2 works with tie() and a forked process is that in this case the child knows about the tie()ed subroutine as well. Thanks!