Help for this page

Select Code to Download


  1. or download this
    print nop("this is line 1, " .
              "this is line 2, " .
              "this is line 3");
    
  2. or download this
    sub nop { return join("", @_) }