Can I insert a breakpoint into the source Perl program?
08:13 14 Jan 2011

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?

perl debugging