CINXE.COM
IPC::Open3 - open a process for reading, writing, and error handling using open3() - Perldoc Browser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>IPC::Open3 - open a process for reading, writing, and error handling using open3() - Perldoc Browser</title> <link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Perldoc Browser"> <link rel="canonical" href="https://perldoc.perl.org/IPC::Open3"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/stackoverflow-light.min.css" integrity="sha512-cG1IdFxqipi3gqLmksLtuk13C+hBa57a6zpWxMeoY3Q9O6ooFxq50DayCdm0QrDgZjMUn23z/0PMZlgft7Yp5Q==" crossorigin="anonymous" /> <style> body { background: #f4f4f5; color: #020202; } .navbar-dark { background-image: -webkit-linear-gradient(top, #005f85 0, #002e49 100%); background-image: -o-linear-gradient(top, #005f85 0, #002e49 100%); background-image: linear-gradient(to bottom, #005f85 0, #002e49 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005f85', endColorstr='#ff002e49', GradientType=0); background-repeat: repeat-x; } .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus { color: #fff } .navbar-dark .navbar-nav .nav-link:hover { color: #ffef68 } #wrapperlicious { margin: 0 auto; font: 0.9em 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0; } #wrapperlicious h1 { font-size: 1.5em } #wrapperlicious h2 { font-size: 1.3em } #wrapperlicious h3 { font-size: 1.1em } #wrapperlicious h4 { font-size: 0.9em } #wrapperlicious h1, #wrapperlicious h2, #wrapperlicious h3, #wrapperlicious h4, #wrapperlicious dt { color: #020202; margin-top: 1em; margin-bottom: 1em; position: relative; font-weight: bold; } #wrapperlicious a { color: inherit; text-decoration: underline } #wrapperlicious #toc { text-decoration: none } #wrapperlicious a:hover { color: #2a2a2a } #wrapperlicious a img { border: 0 } #wrapperlicious :not(pre) > code { color: inherit; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; font: 0.9em Consolas, Menlo, Monaco, monospace; padding: 0.3em; } #wrapperlicious dd { margin: 0; margin-left: 2em; } #wrapperlicious dt { color: #2a2a2a; font-weight: bold; margin-left: 0.9em; } #wrapperlicious p { margin-bottom: 1em; margin-top: 1em; } #wrapperlicious li > p { margin-bottom: 0; margin-top: 0; } #wrapperlicious pre { border: 1px solid #c1c1c1; border-radius: 3px; font: 100% Consolas, Menlo, Monaco, monospace; margin-bottom: 1em; margin-top: 1em; } #wrapperlicious pre > code { display: block; background-color: #f6f6f6; font: 0.9em Consolas, Menlo, Monaco, monospace; line-height: 1.5em; text-align: left; white-space: pre; padding: 1em; } #wrapperlicious dl, #wrapperlicious ol, #wrapperlicious ul { margin-bottom: 1em; margin-top: 1em; } #wrapperlicious ul { list-style-type: square; } #wrapperlicious ul ul { margin-bottom: 0px; margin-top: 0px; } #footer { font-size: 0.8em; padding-top: 0.5em; text-align: center; } #more { display: inline; font-size: 0.8em; } #perldocdiv { background-color: #fff; border: 1px solid #c1c1c1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin-left: auto; margin-right: auto; padding: 3em; padding-top: 1em; max-width: 960px; } #moduleversion { float: right } #wrapperlicious .leading-notice { font-style: italic; padding-left: 1em; margin-top: 1em; margin-bottom: 1em; } #wrapperlicious .permalink { display: none; left: -0.75em; position: absolute; padding-right: 0.25em; text-decoration: none; } #wrapperlicious h1:hover .permalink, #wrapperlicious h2:hover .permalink, #wrapperlicious h3:hover .permalink, #wrapperlicious h4:hover .permalink, #wrapperlicious dt:hover .permalink { display: block; } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-KVNWBNT5FB"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-KVNWBNT5FB'); gtag('config', 'UA-50555-3'); </script> </head> <body> <nav class="navbar navbar-expand-md navbar-dark bg-dark justify-content-between"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand" href="/"><img src="/images/perl_camel_30.png" width="30" height="30" class="d-inline-block align-top" alt="Perl Camel Logo"> Perldoc Browser</a> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav mr-auto"> <li class="nav-item dropdown text-nowrap"> <a class="nav-link dropdown-toggle" href="#" id="dropdownlink-stable" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">5.41.6</a> <div class="dropdown-menu" aria-labelledby="dropdownlink-stable"> <a class="dropdown-item" href="/IPC::Open3">Latest</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.40.1/IPC::Open3">5.40.1</a> <a class="dropdown-item" href="/5.40.0/IPC::Open3">5.40.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.38.3/IPC::Open3">5.38.3</a> <a class="dropdown-item" href="/5.38.2/IPC::Open3">5.38.2</a> <a class="dropdown-item" href="/5.38.1/IPC::Open3">5.38.1</a> <a class="dropdown-item" href="/5.38.0/IPC::Open3">5.38.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.36.3/IPC::Open3">5.36.3</a> <a class="dropdown-item" href="/5.36.2/IPC::Open3">5.36.2</a> <a class="dropdown-item" href="/5.36.1/IPC::Open3">5.36.1</a> <a class="dropdown-item" href="/5.36.0/IPC::Open3">5.36.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.34.3/IPC::Open3">5.34.3</a> <a class="dropdown-item" href="/5.34.2/IPC::Open3">5.34.2</a> <a class="dropdown-item" href="/5.34.1/IPC::Open3">5.34.1</a> <a class="dropdown-item" href="/5.34.0/IPC::Open3">5.34.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.32.1/IPC::Open3">5.32.1</a> <a class="dropdown-item" href="/5.32.0/IPC::Open3">5.32.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.30.3/IPC::Open3">5.30.3</a> <a class="dropdown-item" href="/5.30.2/IPC::Open3">5.30.2</a> <a class="dropdown-item" href="/5.30.1/IPC::Open3">5.30.1</a> <a class="dropdown-item" href="/5.30.0/IPC::Open3">5.30.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.28.3/IPC::Open3">5.28.3</a> <a class="dropdown-item" href="/5.28.2/IPC::Open3">5.28.2</a> <a class="dropdown-item" href="/5.28.1/IPC::Open3">5.28.1</a> <a class="dropdown-item" href="/5.28.0/IPC::Open3">5.28.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.26.3/IPC::Open3">5.26.3</a> <a class="dropdown-item" href="/5.26.2/IPC::Open3">5.26.2</a> <a class="dropdown-item" href="/5.26.1/IPC::Open3">5.26.1</a> <a class="dropdown-item" href="/5.26.0/IPC::Open3">5.26.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.24.4/IPC::Open3">5.24.4</a> <a class="dropdown-item" href="/5.24.3/IPC::Open3">5.24.3</a> <a class="dropdown-item" href="/5.24.2/IPC::Open3">5.24.2</a> <a class="dropdown-item" href="/5.24.1/IPC::Open3">5.24.1</a> <a class="dropdown-item" href="/5.24.0/IPC::Open3">5.24.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.22.4/IPC::Open3">5.22.4</a> <a class="dropdown-item" href="/5.22.3/IPC::Open3">5.22.3</a> <a class="dropdown-item" href="/5.22.2/IPC::Open3">5.22.2</a> <a class="dropdown-item" href="/5.22.1/IPC::Open3">5.22.1</a> <a class="dropdown-item" href="/5.22.0/IPC::Open3">5.22.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.20.3/IPC::Open3">5.20.3</a> <a class="dropdown-item" href="/5.20.2/IPC::Open3">5.20.2</a> <a class="dropdown-item" href="/5.20.1/IPC::Open3">5.20.1</a> <a class="dropdown-item" href="/5.20.0/IPC::Open3">5.20.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.18.4/IPC::Open3">5.18.4</a> <a class="dropdown-item" href="/5.18.3/IPC::Open3">5.18.3</a> <a class="dropdown-item" href="/5.18.2/IPC::Open3">5.18.2</a> <a class="dropdown-item" href="/5.18.1/IPC::Open3">5.18.1</a> <a class="dropdown-item" href="/5.18.0/IPC::Open3">5.18.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.16.3/IPC::Open3">5.16.3</a> <a class="dropdown-item" href="/5.16.2/IPC::Open3">5.16.2</a> <a class="dropdown-item" href="/5.16.1/IPC::Open3">5.16.1</a> <a class="dropdown-item" href="/5.16.0/IPC::Open3">5.16.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.14.4/IPC::Open3">5.14.4</a> <a class="dropdown-item" href="/5.14.3/IPC::Open3">5.14.3</a> <a class="dropdown-item" href="/5.14.2/IPC::Open3">5.14.2</a> <a class="dropdown-item" href="/5.14.1/IPC::Open3">5.14.1</a> <a class="dropdown-item" href="/5.14.0/IPC::Open3">5.14.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.12.5/IPC::Open3">5.12.5</a> <a class="dropdown-item" href="/5.12.4/IPC::Open3">5.12.4</a> <a class="dropdown-item" href="/5.12.3/IPC::Open3">5.12.3</a> <a class="dropdown-item" href="/5.12.2/IPC::Open3">5.12.2</a> <a class="dropdown-item" href="/5.12.1/IPC::Open3">5.12.1</a> <a class="dropdown-item" href="/5.12.0/IPC::Open3">5.12.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.10.1/IPC::Open3">5.10.1</a> <a class="dropdown-item" href="/5.10.0/IPC::Open3">5.10.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.8.9/IPC::Open3">5.8.9</a> <a class="dropdown-item" href="/5.8.8/IPC::Open3">5.8.8</a> <a class="dropdown-item" href="/5.8.7/IPC::Open3">5.8.7</a> <a class="dropdown-item" href="/5.8.6/IPC::Open3">5.8.6</a> <a class="dropdown-item" href="/5.8.5/IPC::Open3">5.8.5</a> <a class="dropdown-item" href="/5.8.4/IPC::Open3">5.8.4</a> <a class="dropdown-item" href="/5.8.3/IPC::Open3">5.8.3</a> <a class="dropdown-item" href="/5.8.2/IPC::Open3">5.8.2</a> <a class="dropdown-item" href="/5.8.1/IPC::Open3">5.8.1</a> <a class="dropdown-item" href="/5.8.0/IPC::Open3">5.8.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.6.2/IPC::Open3">5.6.2</a> <a class="dropdown-item" href="/5.6.1/IPC::Open3">5.6.1</a> <a class="dropdown-item" href="/5.6.0/IPC::Open3">5.6.0</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.005_04/IPC::Open3">5.005_04</a> <a class="dropdown-item" href="/5.005_03/IPC::Open3">5.005_03</a> <a class="dropdown-item" href="/5.005_02/IPC::Open3">5.005_02</a> <a class="dropdown-item" href="/5.005_01/IPC::Open3">5.005_01</a> <a class="dropdown-item" href="/5.005/IPC::Open3">5.005</a> </div> </li> <li class="nav-item dropdown text-nowrap"> <a class="nav-link dropdown-toggle" href="#" id="dropdownlink-dev" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dev</a> <div class="dropdown-menu" aria-labelledby="dropdownlink-dev"> <a class="dropdown-item" href="/blead/IPC::Open3">blead</a> <a class="dropdown-item" href="/5.41.10/IPC::Open3">5.41.10</a> <a class="dropdown-item" href="/5.41.9/IPC::Open3">5.41.9</a> <a class="dropdown-item" href="/5.41.8/IPC::Open3">5.41.8</a> <a class="dropdown-item" href="/5.41.7/IPC::Open3">5.41.7</a> <a class="dropdown-item active" href="/5.41.6/IPC::Open3">5.41.6</a> <a class="dropdown-item" href="/5.41.5/IPC::Open3">5.41.5</a> <a class="dropdown-item" href="/5.41.4/IPC::Open3">5.41.4</a> <a class="dropdown-item" href="/5.41.3/IPC::Open3">5.41.3</a> <a class="dropdown-item" href="/5.41.2/IPC::Open3">5.41.2</a> <a class="dropdown-item" href="/5.41.1/IPC::Open3">5.41.1</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.40.1-RC1/IPC::Open3">5.40.1-RC1</a> <a class="dropdown-item" href="/5.40.0-RC2/IPC::Open3">5.40.0-RC2</a> <a class="dropdown-item" href="/5.40.0-RC1/IPC::Open3">5.40.0-RC1</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.39.10/IPC::Open3">5.39.10</a> <a class="dropdown-item" href="/5.39.9/IPC::Open3">5.39.9</a> <a class="dropdown-item" href="/5.39.8/IPC::Open3">5.39.8</a> <a class="dropdown-item" href="/5.39.7/IPC::Open3">5.39.7</a> <a class="dropdown-item" href="/5.39.6/IPC::Open3">5.39.6</a> <a class="dropdown-item" href="/5.39.5/IPC::Open3">5.39.5</a> <a class="dropdown-item" href="/5.39.4/IPC::Open3">5.39.4</a> <a class="dropdown-item" href="/5.39.3/IPC::Open3">5.39.3</a> <a class="dropdown-item" href="/5.39.2/IPC::Open3">5.39.2</a> <a class="dropdown-item" href="/5.39.1/IPC::Open3">5.39.1</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.38.3-RC1/IPC::Open3">5.38.3-RC1</a> </div> </li> <li class="nav-item dropdown text-nowrap"> <a class="nav-link dropdown-toggle" href="#" id="dropdownlink-nav" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a> <div class="dropdown-menu" aria-labelledby="dropdownlink-nav"> <a class="dropdown-item" href="/5.41.6/perl">Perl</a> <a class="dropdown-item" href="/5.41.6/perlintro">Intro</a> <a class="dropdown-item" href="/5.41.6/perl#Tutorials">Tutorials</a> <a class="dropdown-item" href="/5.41.6/perlfaq">FAQs</a> <a class="dropdown-item" href="/5.41.6/perl#Reference-Manual">Reference</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.41.6/perlop">Operators</a> <a class="dropdown-item" href="/5.41.6/functions">Functions</a> <a class="dropdown-item" href="/5.41.6/variables">Variables</a> <a class="dropdown-item" href="/5.41.6/modules">Modules</a> <a class="dropdown-item" href="/5.41.6/perlutil">Utilities</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/5.41.6/perldelta">Release Notes</a> <a class="dropdown-item" href="/5.41.6/perlcommunity">Community</a> <a class="dropdown-item" href="/5.41.6/perlhist">History</a> </div> </li> </ul> <ul class="navbar-nav"> <script> function set_expand (expand) { var perldocdiv = document.getElementById('perldocdiv'); var width = window.getComputedStyle(perldocdiv).getPropertyValue('max-width'); var expanded = (width == '' || width == 'none') ? true : false; if (expand === null) { expand = !expanded; } if ((expand && !expanded) || (!expand && expanded)) { perldocdiv.style.setProperty('max-width', expand ? 'none' : '960px'); var button_classlist = document.getElementById('content-expand-button').classList; if (expand) { button_classlist.add('btn-light'); button_classlist.remove('btn-outline-light'); } else { button_classlist.add('btn-outline-light'); button_classlist.remove('btn-light'); } } return expand; } function toggle_expand () { var expand = set_expand(null); document.cookie = 'perldoc_expand=' + (expand ? 1 : 0) + '; path=/; expires=Tue, 19 Jan 2038 03:14:07 UTC'; } function read_expand () { return document.cookie.split(';').some(function (item) { return item.indexOf('perldoc_expand=1') >= 0 }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function () { if (read_expand()) { set_expand(true); } }); } else if (read_expand()) { set_expand(true); } </script> <button id="content-expand-button" type="button" class="btn btn-outline-light d-none d-lg-inline-block mr-4" onclick="toggle_expand()">Expand</button> </ul> <form class="form-inline" method="get" action="/5.41.6/search"> <input class="form-control mr-3" type="search" name="q" placeholder="Search" aria-label="Search" value=""> </form> </div> </nav> <div id="wrapperlicious" class="container-fluid"> <div id="perldocdiv"> <div id="links"> <a href="/5.41.6/IPC::Open3">IPC::Open3</a> <div id="more"> (<a href="/5.41.6/IPC::Open3.txt">source</a>, <a href="https://metacpan.org/pod/IPC::Open3">CPAN</a>) </div> <div id="moduleversion">version 1.24</div> </div> <div class="leading-notice"> You are viewing the version of this documentation from Perl 5.41.6. This is a development version of Perl. </div> <h1><a id="toc">CONTENTS</a></h1> <ul> <li> <a class="text-decoration-none" href="#NAME">NAME</a> </li> <li> <a class="text-decoration-none" href="#SYNOPSIS">SYNOPSIS</a> </li> <li> <a class="text-decoration-none" href="#DESCRIPTION">DESCRIPTION</a> </li> <li> <a class="text-decoration-none" href="#See-Also">See Also</a> </li> <li> <a class="text-decoration-none" href="#WARNING">WARNING</a> </li> </ul> <h1 id="NAME"><a class="permalink" href="#NAME">#</a>NAME</h1> <p>IPC::Open3 - open a process for reading, writing, and error handling using open3()</p> <h1 id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">#</a>SYNOPSIS</h1> <pre><code> use Symbol 'gensym'; # vivify a separate handle for STDERR my $pid = open3(my $chld_in, my $chld_out, my $chld_err = gensym, 'some', 'cmd', 'and', 'args'); # or pass the command through the shell my $pid = open3(my $chld_in, my $chld_out, my $chld_err = gensym, 'some cmd and args'); # read from parent STDIN # send STDOUT and STDERR to already open handle open my $outfile, '>>', 'output.txt' or die "open failed: $!"; my $pid = open3(['&', *STDIN], ['&', $outfile], undef, 'some', 'cmd', 'and', 'args'); # write to parent STDOUT and STDERR my $pid = open3(my $chld_in, ['&', *STDOUT], ['&', *STDERR], 'some', 'cmd', 'and', 'args'); # reap zombie and retrieve exit status waitpid( $pid, 0 ); my $child_exit_status = $? >> 8;</code></pre> <h1 id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">#</a>DESCRIPTION</h1> <p>Extremely similar to <code>open2</code> from <a href="/5.41.6/IPC::Open2">IPC::Open2</a>, <code>open3</code> spawns the given command and provides filehandles for interacting with the command's standard I/O streams.</p> <pre><code>my $pid = open3($chld_in, $chld_out, $chld_err, @command_and_args);</code></pre> <p>It connects <code>$chld_in</code> for writing to the child's standard input, <code>$chld_out</code> for reading from the child's standard output, and <code>$chld_err</code> for reading from the child's standard error stream. If <code>$chld_err</code> is false, or the same file descriptor as <code>$chld_out</code>, then <code>STDOUT</code> and <code>STDERR</code> of the child are on the same filehandle. This means that you cannot pass an uninitialized variable for <code>$chld_err</code> and have <code>open3</code> auto-generate a filehandle for you, but gensym from <a href="/5.41.6/Symbol">Symbol</a> can be used to vivify a new glob reference; see <a href="#SYNOPSIS">"SYNOPSIS"</a>. The <code>$chld_in</code> handle will have autoflush turned on.</p> <p>By default, the filehandles you pass in are used as output parameters. <code>open3</code> internally creates three pipes. The write end of the first pipe and the read ends of the other pipes are connected to the command's standard input/output/error, respectively. The corresponding read and write ends are placed in the first three argument to <code>open3</code>.</p> <p>The filehandle arguments can take the following forms:</p> <ul> <li><p>An uninitialized variable (technically, either <code>undef</code> or the empty string will work): <code>open3</code> generates a fresh filehandle and assigns it to the argument, which must be a modifiable variable for this work (otherwise an exception will be raised).</p> <p>This does not work for <code>$chld_err</code>, however: If the <code>$chld_err</code> argument is a false value, the child's error stream is automatically redirected to its standard output.</p> </li> <li><p>An existing handle in the form of a typeglob like <code>*STDIN</code> or <code>*FOO</code> or a reference to such: <code>open3</code> places the filehandle in the <code>IO</code> slot of the typeglob, which means the corresponding bareword filehandle (like <code>STDIN</code> or <code>FOO</code>) can be used for I/O from/to the child process. (If the handle is already open, it is automatically closed first.)</p> </li> <li><p>A string containing the name of a bareword handle (like <code>'STDIN'</code> or <code>'FOO'</code>): Such strings are resolved to typeglobs at runtime and then act like the case described above.</p> </li> </ul> <p>However, it is possible to make <code>open3</code> use an existing handle directly (as an input argument) and skip the creation of a pipe. To do this, the filehandle argument must have one of the following two forms:</p> <ul> <li><p>An array reference like <code>['&', $fh]</code>, i.e. the first element is the string <code>'&'</code> and the second element is the existing handle to use in the child process.</p> </li> <li><p>A string of the form <code>'<&FOO'</code> or <code>'>&FOO'</code>, i.e. a string starting with the two characters <code><&</code> (for input) or <code>>&</code> (for output), followed by the name of a bareword filehandle. (The string form cannot be used with handles stored in variables.)</p> </li> </ul> <p>If you use this form for <code>$chld_in</code>, the filehandle will be closed in the parent process.</p> <p>The filehandles may also be integers, in which case they are understood as file descriptors.</p> <p><code>open3</code> returns the process ID of the child process. It doesn't return on failure: it just raises an exception matching <code>/^open3:/</code>. However, <code>exec</code> failures in the child (such as no such file or permission denied), are just reported to <code>$chld_err</code> under Windows and OS/2, as it is not possible to trap them.</p> <p>If the child process dies for any reason, the next write to <code>$chld_in</code> is likely to generate a SIGPIPE in the parent, which is fatal by default, So you may wish to handle this signal.</p> <p>Note: if you specify <code>-</code> as the command, in an analogous fashion to <code>open(my $fh, "-|")</code> the child process will just be the forked Perl process rather than an external command. This feature isn't yet supported on Win32 platforms.</p> <p><code>open3</code> does not wait for and reap the child process after it exits. Except for short programs where it's acceptable to let the operating system take care of this, you need to do this yourself. This is normally as simple as calling <code>waitpid $pid, 0</code> when you're done with the process. Failing to do this can result in an accumulation of defunct or "zombie" processes. See <a href="/5.41.6/perlfunc#waitpid">"waitpid" in perlfunc</a> for more information.</p> <p>If you try to read from the child's stdout writer and their stderr writer, you'll have problems with blocking, which means you'll want to use <code>select</code> or <a href="/5.41.6/IO::Select">IO::Select</a>, which means you'd best use <code>sysread</code> instead of <code>readline</code> for normal stuff.</p> <p>This is very dangerous, as you may block forever. <code>open3</code> assumes it's going to talk to something like <a href="http://man.he.net/man1/bc">bc(1)</a>, both writing to it and reading from it. This is presumably safe because you "know" that commands like <a href="http://man.he.net/man1/bc">bc(1)</a> will read a line at a time and output a line at a time. Programs like <a href="http://man.he.net/man1/sort">sort(1)</a> that read their entire input stream first, however, are quite apt to cause deadlock.</p> <p>The big problem with this approach is that if you don't have control over source code being run in the child process, you can't control what it does with pipe buffering. Thus you can't just open a pipe to <code>cat -v</code> and continually read and write a line from it.</p> <h1 id="See-Also"><a class="permalink" href="#See-Also">#</a><a id="See"></a>See Also</h1> <dl> <dt id="IPC::Open2"><a class="permalink" href="#IPC::Open2">#</a><a id="IPC"></a><a href="/5.41.6/IPC::Open2">IPC::Open2</a></dt> <dd> <p>Like <a href="/5.41.6/IPC::Open3">IPC::Open3</a> but without <code>STDERR</code> capture.</p> </dd> <dt id="IPC::Run"><a class="permalink" href="#IPC::Run">#</a><a id="IPC1"></a><a href="/5.41.6/IPC::Run">IPC::Run</a></dt> <dd> <p>This is a CPAN module that has better error handling and more facilities than <a href="/5.41.6/IPC::Open3">IPC::Open3</a>.</p> </dd> </dl> <h1 id="WARNING"><a class="permalink" href="#WARNING">#</a>WARNING</h1> <p>The order of arguments differs from that of <code>open2</code>.</p> </div> <div id="footer"> <p>Perldoc Browser is maintained by Dan Book (<a href="https://metacpan.org/author/DBOOK">DBOOK</a>). Please contact him via the <a href="https://github.com/Grinnz/perldoc-browser/issues">GitHub issue tracker</a> or <a href="mailto:dbook@cpan.org">email</a> regarding any issues with the site itself, search, or rendering of documentation.</p> <p>The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via the <a href="https://github.com/Perl/perl5/issues">Perl issue tracker</a>, the <a href="https://lists.perl.org/list/perl5-porters.html">mailing list</a>, or <a href="https://kiwiirc.com/client/irc.perl.org/p5p">IRC</a> to report any issues with the contents or format of the documentation.</p> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js" integrity="sha512-/DXTXr6nQodMUiq+IUJYCt2PPOUjrHJ9wFrqpJ3XkgPNOZVfMok7cRw6CSxyCQxXn6ozlESsSh1/sMCTF1rL/g==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js" integrity="sha512-ubuT8Z88WxezgSqf3RLuNi5lmjstiJcyezx34yIU2gAHonIi27Na7atqzUZCOoY4CExaoFumzOsFQ2Ch+I/HCw==" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> <script src="/js/highlight.pack.js"></script> <script>hljs.highlightAll();</script> </body> </html>