Hello Anonymous Monk,
Sorry, I've made a mistake!
This is the coding that needs adjusting:
if ($bHash{$text[3]} eq $text[11]) {
I need it to be adjusted so that it does the following function:
if ($bHash{$text[3]} eq $text[11]|$text12|$text14|$text15|$text19 )
can this be fixed? if so how?
Thank you!