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


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

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

Replies are listed 'Best First'.
Re^9: B::Xref buggy?
by ikegami (Patriarch) on Nov 17, 2018 at 01:28 UTC

    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

        Yes, at the moment. I don't know why you link to that post because Concise doesn't give a number for the my, and Xref doesn't give a line number for the while.