perl lexer bug: eval broken after getting "Unrecognized character" in first eval #9119
Comments
From sylvain.beugin@orange-ftgroup.comCreated by sylvain.beugin@orange-ftgroup.comAfter Eval a var with an latin1 accent , other evals don't work... For monks node see: For example $string should be "new eval done" and it is undef : my $code1='my $var_with_é_accent;'; print "Eval buggy code\n"; my $string; print "Eval good code\n"; print "ERR = $@" if ($@); Conclusion: Perl Info
|
From @iabynOn Fri, Nov 16, 2007 at 07:53:45AM -0800, BEUGIN Sylvain SCE wrote:
Thanks for the report. -- |
The RT System itself - Status changed from 'new' to 'open' |
p5p@spam.wizbit.be - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#47517 (status was 'resolved')
Searchable as RT47517$
The text was updated successfully, but these errors were encountered: