Changes for version 1.2 - 2013-06-10
- do not use vfork with spawnp, to avoid running into lots of problems (execvp might call malloc, better thread safety etc.), at the cost of using fork instead of vfork.
- fix a (rather theoretical) memory corruption bug.
Modules
fork+exec, or spawn, a subprocess as quickly as possible
Module Install Instructions
To install Proc::FastSpawn, copy and paste the appropriate command in to your terminal.
cpanm Proc::FastSpawn
perl -MCPAN -e shellinstall Proc::FastSpawn
For more information on module installation, please visitthe detailed CPAN module installation guide.