[Haskell-cafe] Re: Closest analog to popen()
Dimitry Golubovsky
dimitry at golubovsky.org
Wed Apr 13 22:59:41 EDT 2005
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
More information about the Haskell-Cafe
mailing list