in reply to Busting out of an inner loop to next file in foreach loop

I think you are looking for "last", in your code example you don't even need a label.

HTH! :)

Cheers Rolf

( addicted to the Perl Programming Language)

update

> I havent been able to find a solution online.

duckduckgo or google "perl break loop"

  • Comment on Re: Busting out of an inner loop to next file in foreach loop