>Heh. We can change the message from:

>"Division by zero error on line xx"

>to

>"Division by zero error somewhere around line XX, give or take a few"

>:)

>Yup. Worst case we can always point at where the line starts, if it still 
>exists.

Make it:

    Division by zero error on statement beginning at line xx

Consider multiline constants -- where do you say the warning occurred?

    print <<EOF;
    blah
    blah
    $fred
    blah
    blah

--tom

Reply via email to