my $lookup = ''; while( ) { chomp; $lookup{$_} = 1; } while( ) { chomp; print if $lookup{$_}; }