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.03-2m.mo8.noarch [27 KiB] |
Changelog
by NARITA Koichi (2012-01-17):
- (12:5.14.2-2m) - [SECURITY] CVE-2011-3597 |