From: Tool69 Date: 2005-11-08T01:37:14+09:00 Subject: catching a system call output Hi, I've a Ruby prog with a system call to latex like this one : system('latex -interaction=nonstopmode temp.tex') It works fine, but I wanted to catch the output inside an array (or variable), but not in my terminal. How can I do that ? Thanks for your response : 6TooL9