We have a routine on our website that needs to pull information from a text file. The file is a tab delimited file with double quotes surrounding the text. The routine needs to compare these values to another imported list of values that do not have the double quotes around the text.
I have been able to get the information imported to a hash but the double quotes are still there. Is there anyway to use the qw operator to accomplish this?