IBM
C4040-221 · Question #189
The first line of a script is: #.' /us r/bin /perl What will this do when the script is run?
The correct answer is A. It will interpret the script using Perl. See the full explanation below for the reasoning.
Question
The first line of a script is:
#.' /us r/bin /perl What will this do when the script is run?
Options
- AIt will interpret the script using Perl.
- BIt will load environment variables in the /usr/bin/perl file.
- CIt will execute the file /usr/bin/perl before executing the script.
- DIt will set the value of the "perl" environment variable to the empty string
How the community answered
(20 responses)- A75% (15)
- B15% (3)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.