Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Proc::Forkfunk -- fork off a function
SYNOPSIS
use Proc::Forkfunc;
forkfunc(\&child_func,@child_args);
DESCRIPTION
Fork off a process. Call a function on the child process the function should be passed in as a reference. The child function should not return.
Logic copied from somewhere, probably Larry Wall.
AUTHOR
David Muir Sharnoff <muir@idiom.com>