- or download this
#!./perl -wd
use strict; use warnings;
...
}
print "Hello\n";
- or download this
heiko@heiko-desktop:~/perl/my_tests$ ~/perl5.11.3 option_d_bug.pl
...
use o inhibit_exit to avoid stopping after program termination,
h q, h R or h o to get additional info.
auto(-1) DB<3> q
- or download this
heiko@heiko-desktop:~/perl/my_tests$ ~/perl5.11.3 -d option_d_bug.pl
...
h q, h R or h o to get additional info.
auto(-1) DB<3> q
heiko@heiko-desktop:~/perl/my_tests$