in reply to Re^2: Question on syntax
in thread Question on syntax
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.