Can I insert a breakpoint into the source Perl program?
I want the Perl program to launch a debugger when some condition hits.
Some other languages have a debug() statement supported by a library. Is there a similar statement in Perl?