Help for this page
if ( $foo > 7 ) { if ( $bar ) { ... other_qux_func(); } }
goto SKIP unless $foo > 7; ... SKIP: # more code