Help for this page

Select Code to Download


  1. or download this
    if ( $foo > 7 ) {
     if ( $bar ) {
    ...
      other_qux_func();
     }
    }
    
  2. or download this
    goto SKIP unless $foo > 7;
    
    ...
    
    SKIP:
    # more code