http://www.perlmonks.org?node_id=750341

manoj_speed has asked for the wisdom of the Perl Monks concerning the following question:

Hi friends,

Using perl debugger, I can find the flow of the program. But whenever I used fork() method in my program I can't use the perl debugger.Is there any method(debugger) available to know about the step by step execution of the fork() method?

Replies are listed 'Best First'.
Re: debugger for fork
by vinoth.ree (Monsignor) on Mar 13, 2009 at 07:37 UTC
Re: debugger for fork
by targetsmart (Curate) on Mar 13, 2009 at 07:37 UTC
    . See Devel::Sdb Smart Debugger

    Vivek
    -- In accordance with the prarabdha of each, the One whose function it is to ordain makes each to act. What will not happen will never happen, whatever effort one may put forth. And what will happen will not fail to happen, however much one may seek to prevent it. This is certain. The part of wisdom therefore is to stay quiet.
Re: debugger for fork
by Anonymous Monk on Mar 13, 2009 at 07:37 UTC