in reply to
Pre-increment *and* Post-increment
how about:
${ \++$a }++;
you can even do this as often as you want:
${ \++${ \++$a } }++;
=)
Comment on
Re: Pre-increment *and* Post-increment
Select
or
Download
Code
In Section
Seekers of Perl Wisdom