in reply to Re: does not exist in an array
in thread does not exist in an array
Also remember that grep will read the entire array into memory.....
Frequently creates problem when you Tie::File a large file to an array, Tie::File won't read it, but grep(if present) will....
Manav