1.

The shebang line is ______________(a) #!(b) !#(c) #$(d) $#I got this question in an online interview.I'd like to ask this question from Perl Script Characteristics in division MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The correct choice is (a) #!

Easiest 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