Write a Perl program that forks 5 child processes. The main process should handle SIGCHILD and restart any child processes that have exited. The child processes have a function called "doWork" that have a "Your code here" comment.