If a string is enclosed in single quotes, it is printed literally (what you see is what you get).
# Single quotes print 'I need $100.00.', "\n"; print 'The string literal, \t, is used to represent a tab.', "\n"; print 'She cried, "Help me!"', "\n";