Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

break

Perl 5 version 16.2 documentation
Recently read

break

  • break

    Break out of a given() block.

    This keyword is enabled by the "switch" feature: see feature for more information. You can also access it by prefixing it with CORE:: . Alternately, include a use v5.10 or later to the current scope.