Hello, I have a variable say $a = "Test Test Test" whose contents when printed out is Test Test Test. I want the said variable to have the quotes appended, meaning it will print out "Test Test Test" and the variable will contain the quotes as well. Is that possible? You help would be greatly appreciated.
Thanks