Hi all,
Ruby 1.8.6 (one click)
This code causes a "The process tried to write to a nonexistent pipe."
warning when run with -w.
io =IO.popen('date /t')
io.close
However, this code does not:
io = IO.popen('date /t')
io.gets
io.close
Why?
Thanks,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication n error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.