in reply to quick question,why int turns to float
for (0..99) { my $i = $_/100; print("$i\n"); } [download]