From: matz@... (Yukihiro Matsumoto) Date: 2003-05-13T02:48:46+09:00 Subject: Re: RCR for child execution Hi, In message "Re: RCR for child execution" on 03/05/12, Brian Candler writes: |I mean, I'm guessing you want something like '$deferr' like '$defout', |right? So that rb_warn sends to $deferr, and you can map this variable to |point to some other object? This is exactly what I did today. all error messages and output from newly added method "warn" will be directed to $deferr, which default value is STDERR. But still, I'm not sure this solves Simon's problem. matz.