hxt-filter-8.4.2: A collection of tools for processing XML with Haskell (Filter variant).

Portabilitynone portable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)

System.PipeOpen

Description

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

pipe open implemented with System.Process functions

Synopsis

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