From: matz@... (Yukihiro Matsumoto) Date: 2003-12-18T02:37:52+09:00 Subject: Re: Very odd IO problem Hi, In message "Re: Very odd IO problem" on 03/12/17, Brad writes: |I *believe* the problem lies in the implementation of the `` and the |communication between the main ruby program and the invoked ruby |program (via the ``). How does the following work? ruby -e 'puts `ruby -e "print "hello"`' matz.