http://www.perlmonks.org?node_id=27515


in reply to How do I print a quotation-mark?

For all stringish things, putting a backslash in front of the closing delimiter reduces it to ordinary character status:
my $string = "He said, \"That's a lie!\"";