Help for this page

Select Code to Download


  1. or download this
    #!perl -d
    use strict;
    
    ...
    test; # ... this by debugger command "s", then "s test" and/or "n test
    +"
    
    __END__
    
  2. or download this
    $ perl debugtest.pl
    
    Loading DB routines from perl5db.pl version 1.39_10
    ...
      DB<<2>> 
    main::test(debugtest.pl:10):         dostuff; # These naughty lines (i
    +n a real module
      DB<<2>> q