Perl scripts are text files.
Perl scripts are text files. Correct Answer True
The Perl scripts are text files, which can be ceated using any text editor. All Perl scripts generally begin with a #! (shebang) line. A script is a file containing a sequence of commands.