Q172
Perl scripts are text files.
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
Solution:
This question is asking about Perl scripts and whether they are text files.
Let's break it down:
* Perl scripts are programs written in the Perl programming language.
* Text files are files that contain plain text, like what you see in a word document.
So, are Perl scripts simply text files? The answer is True.
This means that you can open a Perl script in a simple text editor (like Notepad or TextEdit) and read the code.
The code in a Perl script is written in plain text, making it readable by humans.
Therefore, the correct answer is Option A: True.