diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-01-12 07:45:32 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:59 -0600 |
commit | 5d8b119c9d49f58f9dc44831d46be92e773b49b6 (patch) | |
tree | fe4b3ccb394f28aebf00d18ed51044d7facb3f22 /perl/perl-Proc-ProcessTable/README | |
parent | a916820c771600322fb8665b334a336cb9b5cef3 (diff) |
perl/perl-Proc-ProcessTable: Added (Process table Perl extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Proc-ProcessTable/README')
-rw-r--r-- | perl/perl-Proc-ProcessTable/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Proc-ProcessTable/README b/perl/perl-Proc-ProcessTable/README new file mode 100644 index 0000000000000..39c5efacd3af7 --- /dev/null +++ b/perl/perl-Proc-ProcessTable/README @@ -0,0 +1,8 @@ +This module is a first crack at providing a consistent interface to +Unix (and maybe other multitasking OS's) process table information. + +This is mainly for other Perl programs, but there is also a command +line tool pswait which takes a list of process IDs or names and then +waits for one or all of them to end. This is useful for scripts +dealing with process pools or concurrent pipelines. + |