in reply to Re^2: how to set a breakpoint by a code referencein thread how to set a breakpoint by a code reference
perldebug :
- b subname [condition] Set a breakpoint before the first line of the named subroutine. subnam +e may be a variable containing a *code reference* (in this case condi +tion is not supported). [download]
Cheers Rolf
( addicted to the Perl Programming Language)