'hello' # hello 'hello world' # hello, a space, and world 'Hit the \\ key to continue' # Hit the \ key to continue 'Perl\'s Diner' # Perl's Diner 'Hello \nWorld' # Literally Hello \nWorld (no internal newline) 'Welcome To Perl' # Welcome, newline, To, newline, Perl.