On Wed Jul 28 20:23:36 2010, greerga wrote: > On Sun Aug 24 11:25:14 2003, nicholas wrote: > > The latter bug is still present on 5.6.1: > > > > $ perl5.6.1 -wle '$a=v240.257; $a=substr($a,0,1); $a = -$a;' > > $ perl5.6.1 -wle '$a=v240; $a=substr($a,0,1); $a = -$a;' > > Argument "M-p" isn't numeric in negation (-) at -e line 1. > > > > The former bug is fixed by 5.8.0, at least for the case of the numeric > > conversion warning. > > The perl 5.10.1 that comes with my Ubuntu Linux as well as standard > 5.13.3 and 5.12.1 are printing for those two lines: > > Argument "\x{f0}" isn't numeric in negation (-) at -e line 1. > > http://rt.perl.org/rt3/Ticket/Display.html?id=5956 Does that mean this can be marked as resolved?