Perl Programming/Keywords/break
Appearance
The break keyword
[edit | edit source]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
[edit | edit source] break
Previous: bless | Keywords | Next: caller |
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
Previous: bless | Keywords | Next: caller |