Help for this page
# Keeps newlines. ... print(scalar(@fetch), "\n"); print join("\n---\n",@fetch);
# Removes newlines. ... print(scalar(@fetch), "\n"); print join("\n---\n",@fetch);