Help for this page

Select Code to Download


  1. or download this
    while (<$fh>) {
    }
    
  2. or download this
    if ($condition) {
    }
    else {
    }
    
  3. or download this
    if () {
    
    ...
    if (is_whatever(get_whatever())) {
    
    if (is_whatever(get_whatever(get_options()))) {