Help for this page
use feature "switch"; ... when (2) {print "2\n"; last;} } }
1 2
1
use feature "switch"; ... when (2) {print "2\n"; last LOOP;} } }