in reply to
Re: Pre-increment *and* Post-increment
in thread
Pre-increment *and* Post-increment
(++$foo)++
and
++($foo++)
don't work either, for
reasons
mentioned by
ambrus
.
Comment on
Re^2: Pre-increment *and* Post-increment
Select
or
Download
Code
In Section
Seekers of Perl Wisdom