hxt-8.0.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
System.PipeOpen
Portabilitynone portable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description

Version : $Id: PipeOpen.hs,v 1.2 20050902 17:09:39 hxml Exp $

pipe open implemented with System.Process functions

Synopsis
popen :: String -> [String] -> IO (String, String, Int)
Documentation
popen :: String -> [String] -> IO (String, String, Int)Source
call an external program with a list of command line arguments and return content of stdout, content of stderr and return code
Produced by Haddock version 2.3.0