Convenient utility for executing external commands in various ways
Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines.
$
pkg install p5-Proc-SafeExecOrigin
devel/p5-Proc-SafeExec
Size
55.8KiB
License
BSD2CLAUSE, GPLv1
Maintainer
svysh.fbsd@gmail.com
Dependencies
1 packages
Required by
2 packages