I've read that the perl debugger supports debugging a child process when it encounters a fork, however, this is not documented in the perl man pages.
Can you please offer your guidance on how I can go about using the debugger in a perl script that contains a fork?
Thanks.