in reply to Re: Bug : eval and accent
in thread Bug : eval and accent
without the eval, i.e. using a private variable in a void context. Try perl -we 'my $x; $x' (quoting may change if you're in Windows) on the command line to see it.$code1;
As sylvanus_monachus points out, the bug is in the second eval, which is executed (see ikegami's Re: Bug : eval and accent) but not correctly.
In any case, I'd surely avoid eval-ing code that comes from the outside world... unless it's me ;)
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|