-
What is the default path to Perl in Unix?
-
- /usr/perl
- /usr/perl/bin
- /usr/bin/perl
- /usr/bin
- None of these
Correct Option: C
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.