Help for this page
#!perl -d use strict; ... test; # ... this by debugger command "s", then "s test" and/or "n test +" __END__
$ 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