Language Basics Perl

Perl does not understand the C language comments /* and */ or C++ comments //.
# This is a comment
print "hello";  # And this is a comment