The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>