freebsd-ports/sysutils/p5-POSIX-Run-Capture/pkg-descr
Alexey Dokuchaev 1430dabdb3 sysutils/p5-POSIX-Run-Capture: new port had been added (+)
This module runs external command and captures its output.
Both standard error and output are captured.  Upon exit,
their contents can be accessed line by line or in one chunk.

WWW: https://metacpan.org/dist/POSIX-Run-Capture
2022-05-13 01:48:06 +00:00

11 lines
588 B
Text

POSIX::Run::Capture runs an external command and captures its output.
Both standard error and output are captured. Upon exit, their contents
can be accessed line by line or in one chunk. Callback routines can be
supplied that will be called for each complete line of output read,
providing a way for synchronous processing. Standard input can be
supplied as either a file handle or a text.
This module is for those who value performance and effectiveness over
portability. As its name suggests, it can be used only on POSIX systems.
WWW: https://metacpan.org/dist/POSIX-Run-Capture