in reply to Re^2: non-integer incrementsin thread non-integer increments
for (0..10) { print $n/10,"\n"; } [download]