LOOP: foreach my $no (@nos) { foreach my $counter (@counters) { last LOOP if $counter > 100; } }