TIP: If you’re writing a comment in a script and it wraps to the next line, it needs a new # character in front.
Incorrect:
# The second line lets a browser
display the script output.
Correct:
# The second line lets a browser
# display the script output.
-
Save this script as comments.pl in the PERLSCRIPTS folder on your computer.