The devel/p5-Proc-Background port
p5-Proc-Background-1.32 – peek at lexical variables (cvsweb github mirror)
Description
This is the Proc::Background package. It provides a generic interface to running background processes. Through this interface, users can run background processes on different operating systems without concerning themselves about the specifics of doing this. Users of this package create new Proc::Background objects that provide an object oriented interface to process management. The following methods are provided to users of the Proc::Background package: new: start a new background process. alive: test to see if the process is still alive. die: reliably try to kill the process. wait: wait for the process to exit and return the exit status. start_time: return the time that the process started. end_time: return the time when the exit status was retrieved.WWW: https://metacpan.org/release/Proc-Background
Maintainer
The OpenBSD ports mailing-list
Categories
Reverse dependencies
Files
- /usr/local/bin/timed-process
- /usr/local/libdata/perl5/site_perl/Proc/
- /usr/local/libdata/perl5/site_perl/Proc/Background.pm
- /usr/local/libdata/perl5/site_perl/Proc/Background/
- /usr/local/libdata/perl5/site_perl/Proc/Background/Unix.pm
- /usr/local/libdata/perl5/site_perl/Proc/Background/Win32.pm
- /usr/local/man/man1/timed-process.1
- /usr/local/man/man3p/Proc::Background.3p
- /usr/local/man/man3p/Proc::Background::Unix.3p
- /usr/local/man/man3p/Proc::Background::Win32.3p