Help for this page

Select Code to Download


  1. or download this
    foreach $_ (@e) {
      $foo += $_;
    }
    
  2. or download this
    $foo += $_ if $x < $foo;