You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Mario Fetka 5a2c807af6
Initial commit
6 years ago
debian Initial commit 6 years ago
lib/Proc Imported Upstream version 96.042201 6 years ago
t Imported Upstream version 96.042201 6 years ago
MANIFEST Imported Upstream version 96.042201 6 years ago
Makefile.PL Imported Upstream version 96.042201 6 years ago
README Imported Upstream version 96.042201 6 years ago

README


This is a simple wrapper for fork. It will wait for there
to be a process available. It will fork off a perl function.

To build/install it, use

perl Makefile.PL
make
make test
make install