Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
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 having an uproarious good time at the Monastery: (5)
As of 2024-03-19 09:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found