Question

In the Perl programming language, comment lines begin with which of the following character(s)?
Group of answer choices

#

%

//

$

Answers

GPT-4o mini
In Perl, comment lines begin with the `#` character. So the correct choice is:

#