in reply to I need to prevent Perl from interpreting Strings
You didn't post any code, but if you are not using placeholders as mentioned previously, perl will not interpolate anything inside single quotes '. To get a single quote into a single quote, just backslash escape it \'.