in reply to Re^2: non-integer increments
in thread non-integer increments

for (0..10) { print $n/10,"\n"; }
---
demerphq