Help for this page

Select Code to Download


  1. or download this
    my @e = grep(/0/, @d);
    
  2. or download this
    my @e = grep(!$_, @d);