Help for this page
#!/usr/bin/perl -w use strict; ... for (my $i = 2 ; $i >= 0.1 ; $i -= 0.1){ printf "%.1f\n", $i; }
2.0 1.9 ... 0.4 0.3 0.2