Help for this page

Select Code to Download


  1. or download this
    perl -we 'print qw/Hello\nWorld\n!/'
    Hello\nWorld\n!
    
  2. or download this
    # perl -we 'print "Hello\nWorld\n!"'
    Hello
    World
    !