in reply to Re^6: B::Xref buggy?
in thread B::Xref buggy?

That's not the op in question. The problem is with the padav[@row:x,x] lRM*/LVINTRO op.

Replies are listed 'Best First'.
Re^8: B::Xref buggy?
by LanX (Saint) on Nov 16, 2018 at 22:11 UTC
    it's the same compound statement , if you want line numbers inside a while condition you need to put it inside do {}.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

      Exactly. Only in that scenario will Concise give a line number for it. And as it turns out, Concise and Xref will give the same line number in that scenario.

        > Concise and Xref will give the same line number in that scenario.

        Not at the moment. As it turned out Xref is buggy.

        see here again.

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery FootballPerl is like chess, only without the dice