Help for this page

Select Code to Download


  1. or download this
    lanx@nc10-ubuntu:$ cat .perldb
    sub afterinit {
      $SIG{"__WARN__"}= sub { print "$_[0]"; $DB::single=1 };
    }