in reply to If Statements and Regular Expressions
toif ($Gene_Symbol =~ /Hox/) {
and it worked like a charm. Now I not only have a script that works, but I also learned a few new approaches to try as well. (I am working with very large datasets, so I think I'll stick with five hashes.) Thanks again wise monks!! -- TempAcolyteif ($symbols{$key} =~ /^Hox/) {
|
|---|