On Fri, Oct 20, 2006 at 10:56:09AM +0200, Dr.Ruud wrote:

> 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. 

And I already replied ENOTABUG as promised ;-)

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
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