in reply to the '..' operator and decreasing values

simply reverse the list
for my $i ( reverse ( 0 .. 10 ) ) { print "$i\n"; }