Help for this page

Select Code to Download


  1. or download this
    if(lc $foo + lc $bar) {print $foo}
  2. or download this
    if (lc(($foo + lc($bar)))) {
        print($foo);
    }
    -e syntax OK