Book HomeJava and XSLTSearch this book

8.135. IPC::Open3

IPC::Open3 works like IPC::Open2.

use IPC::Open3;

$pid = open3($wtr, $rdr, $err, $cmd_with_args);
$pid = open3($wtr, $rdr, $err, $cmd, "arg1", "arg2", ...);

The following differences apply:



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.