Help for this page
Does exactly the same thing as ``exec LIST'' except that a fork is don +e first, and the parent process waits for the child process to comple +te.
#!/usr/bin/perl -w ... die "Fork failed $!\n"; } }