Home
Press ? for keyboard navigation
❮
Comments
IO: Input from keyboard
❯
IO: Output on screen - print vs. say
say "hello";
# print a newline at the end. (available since perl 5.10)
print "hello";
# print as it is
print "hello\n";
# print a newline at the end.
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)