Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Debugging Perl scripts which use fork()

by IlyaM (Parson)
on Nov 29, 2001 at 09:03 UTC ( [id://128283]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    sub DB::get_fork_TTY {
    ...
        chomp $DB::fork_TTY;
    }
    
  2. or download this
    
    perl -MMyDebug -d script.pl
    
  3. or download this
    
    perl -d script.pl
    
  4. or download this
    
    $DB::inhibit_exit = 0;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://128283]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found