Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    print 'This must appear on its own line
    ';