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


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

It's worth noting that B::Concise and B::Deparse are getting the line-numbers right:

uh, concise doesn't list a line number for the op in question.

Replies are listed 'Best First'.
Re^6: B::Xref buggy?
by LanX (Saint) on Nov 16, 2018 at 20:15 UTC
    sorry?
    v # 5: while ( my @row =$sth->fetchrow) { #: +line 5 4 <;> nextstate(main 4 tst_b_xref2.pl:5) v:*,&,{,x*,x&,x$,$ ->5 ^

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

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

        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