Help for this page
Select Code to Download
Select
or
download this
my @e = grep(/0/, @d);
Select
or
download this
my @e = grep(!$_, @d);