Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^13: B::Xref buggy?

by ikegami (Patriarch)
on Nov 17, 2018 at 20:13 UTC ( [id://1225972]=note: print w/replies, xml ) Need Help??


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

No, without change. When they both give a line number for an op, it matches. The reason is they get they info from exactly the same place.

Replies are listed 'Best First'.
Re^14: B::Xref buggy?
by LanX (Saint) on Nov 17, 2018 at 20:18 UTC
    > No, without change.

    I've already proven that this is not happening now. And Dave already confirmed it.

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

      No, you showed Concise giving the line number of the while loop, and Xref giving the line number of the my. Those are different ops. Concise doesn't even try to give the line number of the my because it's not stored anywhere. Xref gets it from the nearest preceding nextstate, which is the one from the last statement of the loop.

        I'm out.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1225972]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found