in reply to Re: Check if keys of hash is values of another hash!
in thread Check if keys of hash is values of another hash!

Thanks for the quick reply! I will correct my programs before I post :) This worked for me: if(grep defined, @line{@{$new{a}}}) Thanks!