Norbert Preining schreef:
> Dr.Ruud:

>> $ perl -wle '
>>   $a = 3;
>>   $b = 0 + (++$a) + ($a++);
>>   print "b=$b\n";
>> '
>> b=8
>> :)
> 
> Nup, this is not the solution:

Solution? 

It showed that there is a bug. I already reported it. 

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to