in reply to
Re^2: foreach array manipulation
in thread
foreach array manipulation
Yup, i do call '($i=0;$i<$j;$i++) {}' a for loop and 'foreach (@list) {}' a foreach loop. I don't use 'for (@list) {}' inorder to avoid confusion like this :).
But thanks for
merlyn
for info on what others think.
Comment on
Re^3: foreach array manipulation
In Section
Seekers of Perl Wisdom