in reply to Re: Looking for function similer to member() in SKILL
in thread Looking for function similer to member() in SKILL
Thanks for enlightening me with that code sample Zaxomy (%hsh, @keepers); @hsh{@arr} = (); while (<>) { push @keepers, $_ unless grep {!exists $hsh{$_}} split; }
|
|---|