Help for this page

Select Code to Download


  1. or download this
    > perl
    {
    ...
    }
    __END__
    012345
    
  2. or download this
    > perl
    X: 
    ...
    }
    __END__
    012345
    
  3. or download this
           Basic BLOCKs
     
           A BLOCK by itself (labeled or not) is semantically equivalent t
    +o a loop
           that executes once.  Thus you can use any of the loop control
           statements in it to leave or restart the block.