Go to file
Mario Fetka 5c96296802 Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
lib/Proc Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
t Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
MANIFEST Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
Makefile.PL Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
README Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00

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