FreeBSD.software
Home/devel/p5-Proc-Simple

p5-Proc-Simple

1.32

Perl5 module to launch and control background processes

The Proc::Simple package provides objects that model real- life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either shell-like command lines or references to perl subroutines can be specified for launching a process in background. A 10-second sleep process, for example, can be started via the shell as $myproc->start("sleep 10"); or, as a perl subroutine, with $myproc->start(sub { sleep(10); });

Origin: devel/p5-Proc-Simple
Category: devel
Size: 29.4KiB
License: not specified
Maintainer: demon@FreeBSD.org
Dependencies: 1 packages
Required by: 1 packages
$pkg install p5-Proc-Simple

Dependencies (1)

Required By (1 packages)

More in devel