
19 Jan
2009
19 Jan
'09
3:47 a.m.
Hi Erik,
Is there a Haskell-Expect module? Something that would allow me to control an external Unix program via its stdin/stdout/stderr?
System.Process does what you want, I think: http://hackage.haskell.org/packages/archive/process/1.0.1.1/doc/html/System-... Thanks Neil