Help for this page

Select Code to Download


  1. or download this
    use feature "switch"; 
    
    ...
         when (2) {print "2\n"; last;}
       }
    }
    
  2. or download this
    1
    2
    
  3. or download this
    1
    
  4. or download this
    use feature "switch"; 
    
    ...
         when (2) {print "2\n"; last LOOP;}
       }
    }