At 07:09 AM 9/13/00 +0000, Perl6 RFC Librarian wrote:
>=head1 TITLE
>
>Emit warnings and errors based on unoptimized code

Yay! I'd add, in V2, that:

"Perl should report the *real* line an error took place in for those 
statements that span multiple lines"

So if you do:

   #! perl -w
   my $foo =
   $bar / 6 +
   $baz / 0;

it reports the error on line 4, not line 2...

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to