I have my string built like: $string = "This is my string with @strings\n";
And using strict and warning makes my sctipt to fail because of "possible unintended interpolation....", but actually it is an intended interpolation, what is the best way to avoid that?