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