1Posix.popen(3kaya) Kaya module reference Posix.popen(3kaya)
2
3
4
6 Posix::popen - Open a pipe to a command.
7
9 File popen( String cmd, FileMode mode )
10
12 cmd The command to run
13
14 mode Whether to open Read (get command's output), or Write (send input
15 to the command)
16
18 Open a pipe to a command.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Posix.call (3kaya)
32 Posix.fork (3kaya)
33 Posix.pclose (3kaya)
34 Posix.system (3kaya)
35
36
37
38Kaya December 2010 Posix.popen(3kaya)