1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Proc-Reliable/pkg-descr
Ying-Chieh Liao ab8f528661 add p5-Proc-Reliable 1.10
Run external processes reliably with many options

PR:		33439
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-23 12:44:07 +00:00

12 lines
549 B
Plaintext

The Proc::Reliable is intended to be a method for simple, reliable
and configurable subprocess execution in PERL. It includes all the
functionality of the backticks operator and system() functions,
plus many uses of fork/exec, open2() and open3(). Proc::Reliable
incorporates a number of options, including sending data to the
subprocess on STDIN, collecting STDOUT and STDERR separately or
together, killing hung processes, timouts and automatic retries.
WWW: http://search.cpan.org/search?dist=Proc-Reliable
Seamus Venasse <svenasse@polaris.ca>