Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Functions BEGINFunctions CHECK (Berikutnya)
Perl Functions A-Z

Break out of a "given" block

Daftar Isi

  • break

    Break out of a given() block.

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

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Functions BEGINFunctions CHECK (Berikutnya)