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;