Logged In: NO

I've noticed you can get around this by outputting "$errorInfo". One problem with error info (that might be easier to fix), is that it doesn't take into account backslash newline, line continuation. That is, if I've got 8 backslash newline line continuations in my file with 300 lines, and I have an error on the last line, it will report the error line number as 292, not 300. Maybe this should be a separate bug, but it is closely related to the newline issue.

-Jared