in reply to Re: Debugger line numbering anomaly
in thread Debugger line numbering anomaly

The debugger doesn't parse the code, it simply assigns every line found to an internal array, according to line-endings "\n" and shows them in accordance to the compiled line-numbers.

Now if the Perl compiler got confused by multi-lines (very unlikely), this could be demonstrated by including a warn message.

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