summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Simple/DESCR
blob: 6f421e5f5f1b1e60ea394e23af68c2a19d551d93 (plain)
1
2
3
4
5
6
7
The Proc::Simple package provides objects mimicing real-life processes
from a user's point of view.  A new process object is created by

    $myproc = Proc::Simple->new();

Either external programs or perl subroutines can be launched and
controlled as processes in the background.