1.

Perl scripts are text files.(a) True(b) FalseThis question was posed to me in examination.This is a very interesting question from Perl Script Characteristics topic in chapter MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The CORRECT ANSWER is (a) True

Best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions