in reply to how to set a breakpoint by a code reference

Hi Matq,

..How can I set a breakpoint by a code reference?..

Using $DB::single = 1; at the line where you want to set a breakpoint in your script might be want you want.
Please see perldebug

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me

Replies are listed 'Best First'.
Re^2: how to set a breakpoint by a code reference
by Matq (Initiate) on Nov 19, 2013 at 01:46 UTC
    Hi 2teez, I just want to set/clean breakpoint freely; and don't like to add/delete the directives here and there. :) BR