I am pretty sure that this:

On Monday, May 6, 2002, at 11:25  PM, William R Ward wrote:

> perl -e 'for (1,2,3,4,5,6,7,8,9,10) { $_++; }'
>

Is the same as:

perl -e 'for (10) { $_++; }'

The list gets slammed right-to-left and only the last value is seen.

???
-Sx-

Reply via email to