forked from Perl/perl5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPC::Open3: fix dup example in synopsis
Unfortunately, this feature is based on parsing out filehandle names from strings, so it requires bareword filehandles to work. Try to make this clearer in the documentation and mention that arguments starting with `>&` or `<&` are input parameters (i.e. existing open handles to use) as opposed to regular output parameters (which open3 connects to newly created pipes). Fixes Perl#22608.
- Loading branch information
Showing
2 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters