if ($_e_if =~ /(\/|\"|\,)/) { $_e_if = s|(\/|\"|\,)||g; # Get rid of the / and/or " and/or , } if ($_e_if =~ /\\/) { $_e_if = s|\\||g; # Get rid of the \ }