Help for this page

Select Code to Download


  1. or download this
    if ($some_condition){
       &some_stuff();
       # stop here if a condition is met
       &some_more_stuff();
    }