
13 Apr
2005
13 Apr
'05
10:59 p.m.
Peter Simons wrote:
Dimitry Golubovsky writes:
Does there exist any analog of popen in the standard Haskell libraries?
Maybe System.Process.runInteractiveCommand is what you need?
http://haskell.org/ghc/docs/latest/html/libraries/base/System.Process.html
Is this available only in 6.4? In 6.2.2 I've got only System.Posix.Process, and this is just binding to Unix functions dealing with processes. Thanks for pointing me out. Dimitry Golubovsky Middletown, CT