in reply to Re: Perl Debugger: setting a breakpoint in another file with 'b'
in thread Perl Debugger: setting a breakpoint in another file with 'b'

Well, I've used the module at the top of my script, so I suppose that equates to being required in a BEGIN block, so I would imagine so, yes.

Replies are listed 'Best First'.
Re^3: Perl Debugger: setting a breakpoint in another file with 'b'
by thomas895 (Deacon) on May 19, 2015 at 01:14 UTC

    Well I couldn't see that in your code, now could I?

    I've only experienced your problem when it's about require statements, never with use. Sorry I can't help you there.

    -Thomas
    "Excuse me for butting in, but I'm interrupt-driven..."

      Indeed not. I was not trying to convey sarcasm or impatience. I do not do that. I was trying to imply that I was not sure. I suppose I did not do that well. Apologies.

      I am grateful for all knowledgeable responses from other monks and I thank you for your interest in assisting me.

      I did not paste code because I felt it would be impractical on this occasion.