On Wed, 11 Sep 2013 14:59:42 +0800, [email protected] wrote: > Unbelievable. As of today this zaps the innocent for() item!
Not sure what you mean by "as of today". Some tests: Machine 1 (Debian stable): $ perl e $VAR1 = 'xCOUCH'; $VAR2 = 'VAL'; $VAR1 = undef; $VAR2 = 'VAL'; $ perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 80 registered patches, see perl -V for more detail) Machine 2 (Maemo 5): $ perl e $VAR1 = 'xCOUCH'; $VAR2 = 'VAL'; $VAR1 = undef; $VAR2 = 'VAL'; $ perl -v This is perl, v5.8.3 built for arm-linux-gnueabi-thread-multi Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- BOFH excuse #226: A star wars satellite accidently blew up the WAN. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

