perl-5.38.0
break

Break out of a given block.

given ブロックから脱出します。

break is available only if the "switch" feature is enabled or if it is prefixed with CORE::. The "switch" feature is enabled automatically with a use v5.10 (or higher) declaration in the current scope.

break は、"switch" 機能 が 有効か、CORE:: 接頭辞を使ったときにのみ利用可能です。 "switch" 機能 は、現在のスコープで use v5.10 (またはそれ以上) 宣言があると自動的に有効になります。