Perl: Print

By Xah Lee. Date: . Last updated: .

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 Array, Hashtable