fork()
- Not implemented on VMS
- Emmulated on later versions on Windows
- Prone to unexpected results
- Mostly locks up the command line window
See perlfork for more detail.
- More common in tests rather than module code
- Better to use skip()

See perlfork for more detail.
