perl-IPC-Open2 - open a process for both reading and writing using open2()
Website: | http://www.perl.org/ |
---|---|
License: | GPL+ or Artistic |
- Description:
The open2() function runs the given $cmd and connects $chld_out for reading and $chld_in for writing. It's what you think should work when you try $pid = open(HANDLE, "|cmd args|"); The write filehandle will have autoflush turned on.
Packages
perl-IPC-Open2-1.04-5m.mo8.noarch [30 KiB] |
Changelog
by Yohsuke Ooi (2016-08-05):
- (20:5.20.0-5m) - add gcc5 patches |