my %hash; while ( ) { chomp; $hash{$_} = 1; } #### my %hash = map { chomp; $_ => undef } ;