Help for this page

Select Code to Download


  1. or download this
    if (($i == 7) || ($i == 14) || ($i == 21) || ($i == 28) || ... ) {
    
  2. or download this
    
    my @ar = ( 0);   # Could be: @ar = 0; no precedence problem
    ...
        return 1 if wantarray;
        return;
    }