Paul Johnson wrote:
>
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 ;-)
It's clear what the language should be doing in this situation and it isn't
doing it, so it's broken. It's only not a bug in the sense that it's documented
to be broken.
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>