From: Jim Freeze Date: 2003-01-15T05:57:40+09:00 Subject: ruby -e not printing to stdout Hi: I just noticed this: jfn@juno 140 /home/jfn > ruby -v ruby 1.7.3 (2002-12-17) [sparc-solaris2.8] jfn@juno 141 /home/jfn > ruby -e 'p 5' jfn@juno 142 /home/jfn > ruby -e 'print 5' niljfn@juno 143 /home/jfn > ruby -e 'puts 5' jfn@juno 144 /home/jfn > ruby -e 'puts "1\n2\n"' Is this a known problem? -- Jim Freeze ---------- Rule of the Great: When people you greatly admire appear to be thinking deep thoughts, they probably are thinking about lunch.