my $value_regex = join( '|', values %msgDefn ); # actually, use anonymonk's version below... while ( ) { print if ( /$value_regex/ ); }