Home »
MCQs »
Perl Programming MCQs
Which of these is a decision-making statement in Perl?
71. Which of these is a decision-making statement in Perl?
- if
- unless
- if-else ladder
- All of these
Answer: D) All of these
Explanation:
Decision making statement in Perl are:
- If
- Else-if
- Else-elsif
- Unless
- Unless-if
- Unless-elsif