Thanks for pointing this out. I of course meant the following code: foreach my $good_name (1..10) { function($good_name) }
in reverse style. I was just assuming that it's valid Perl.
I only used the reverse style with if or while statements so far. For a reason my for/foreach loops are always bigger.