I am reading data from an excel file in a local language.
What I need to do is say:
if ($field=~/local_string_that_I_copy_from_the_excel_cell_into_the_perl_script/){$field=...;}
any idea how to do it? It does not seem to work if I just copy the string in the regexp.
What I need to do is say:
if ($field=~/local_string_that_I_copy_from_the_excel_cell_into_the_perl_script/){$field=...;}
any idea how to do it? It does not seem to work if I just copy the string in the regexp.