in reply to
grepping
No grep required.
my %h; @h{@data2} = (); delete @h{@data}; my @ids = keys %h;
[download]
Comment on
Re: grepping
Download
Code
In Section
Seekers of Perl Wisdom