Perl: Print
print(3)
Print Line
There is no print with newline at the end. Unless you load a lib.
just add \n
at the end.
print("3\n"); print("4\n");
print(3)
There is no print with newline at the end. Unless you load a lib.
just add \n
at the end.
print("3\n"); print("4\n");