The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# use with example/signal.pl
# See that we can stop on a signal properly
set display eval dumper
set autoeval on
c 10
handle HUP stop print
c
step
step
$leave_loop=1
continue