http://www.perlmonks.org?node_id=1040400


in reply to Re^2: pattern matching in array
in thread pattern matching in array

hey

now i am trying to work to find words starting with "" in array and I am doing this

 @foo_d = grep(/""/, @arr);

but it is not working , @foo_d always holds 1