Help for this page

Select Code to Download


  1. or download this
    if ($var) {
          &doSomthing;
    }
    
  2. or download this
    &doSomething if ($var);