Perl Programming/Keywords/break
The break keyword
The break command breaks out of a given() block. As this keyword is enabled by the switch feature, a use 5.10; is needed.
Syntax
break
The break command breaks out of a given() block. As this keyword is enabled by the switch feature, a use 5.10; is needed.
break