in reply to Re: improve ugly flow controlin thread improve ugly flow control
foreach my $try (@options) { next unless exists $hash{$try}; do_something($try); goto SUCCESS; } log_failure(); SUCCESS: ... [download]