print "$string\n"; #(prints the current value of $string followed by a newline) print '$string\n' # prints out the characters $, s, t, r, i, n, g, \, n #### print 'This must appear on its own line ';