Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Bug : eval and accent

by ikegami (Patriarch)
on Nov 16, 2007 at 10:06 UTC ( [id://651156]=note: print w/replies, xml ) Need Help??


in reply to Bug : eval and accent

Replicated the problem (Active Perl 5.8.8, WinXP) and it's definitely a bug.

The code does get executed. Changing
my $code2='$string="new eval done";';
to
my $code2='$string="new eval done"; print "!"';
prints an exclamation point. Perl just doesn't seem to access $string properly.

The bug doesn't manifest itself if you change
my $code1='my $var_with_é_accent;';
to
my $code1='$var_with_é_accent;';

By the way, that's a iso-latin-1 encoded é, "\xE9".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://651156]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-26 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found