Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^15: B::Xref buggy?

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


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

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.

Replies are listed 'Best First'.
Re^16: B::Xref buggy?
by LanX (Saint) on Nov 17, 2018 at 20:34 UTC
    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://1225974]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found