http://qs321.pair.com?node_id=1063588


in reply to Re^2: how to set a breakpoint by a code reference
in thread how to set a breakpoint by a code reference

Interesting; that doesn't match perldoc perldebug.
--
A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |
  • Comment on Re^3: how to set a breakpoint by a code reference

Replies are listed 'Best First'.
Re^4: how to set a breakpoint by a code reference
by LanX (Saint) on Nov 20, 2013 at 20:06 UTC
    > Interesting; that doesn't match perldoc perldebug.

    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).

    Cheers Rolf

    ( addicted to the Perl Programming Language)