in reply to
Re^2: Pre vs Post Incrementing variables
in thread
Pre vs Post Incrementing variables
Actually, it does. Evaluating that right hand increments
$i
twice. This occurs before either of the assignments.
Comment on
Re^3: Pre vs Post Incrementing variables
Download
Code
In Section
Seekers of Perl Wisdom