On Feb 23, 2004, at 8:37 PM, WC -Sx- Jones wrote:

James Edward Gray II wrote:

Are you suggesting that the script I posted does not pass a compile check? It does on my machine.

Yep.

Well, I think you're wrong. ;)


The "bug" I'm talking about is how eval() prints what looks like die() messages (though it keeps running) when it tries to compile the third line. There's a detailed discussion of this in the message where I posted my output, if you would like more information.

I know.


Do you claim the following is your un-molested code?

Nope. I'll inline the differences below.


Shebang line missing here, but it'll still run without it, of course.

use strict;
use warnings;

my @strings = ( q(my $bad_syntax = ,

In my posted code, that above line reads:


my @strings = ( q(my $bad_syntax = ;),

I believe that's the only difference in your version, but it's a show stopper.

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to