InterviewSolution
Saved Bookmarks
| 1. |
The default path to perl in Unix is ______________(a) /usr/bin/perl(b) /usr/bin(c) /usr/perl(d) /usr/perl/binThe question was asked in an international level competition.The origin of the question is Perl Script Characteristics in portion MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» CORRECT answer is (a) /usr/bin/perl For explanation I would say: All Perl SCRIPTS generally begin with a #! (shebang) line. A SCRIPT is a FILE containing a sequence of commands. The Perl scripts are TEXT files, which can be ceated using any text editor. |
|