Help for this page
foreach my $run ('a' .. 'c') { ... my @l = (42); return @l if $mode eq 'c'; }
a : 42 b : 42 c : 1