Home »
MCQs »
Perl Programming MCQs
Unless_elsif statement contains ___
73. Unless_elsif statement contains ___.
- elsif statement along with unless
- if nested inside unless
- unless nested inside elsif
- None of these
Answer: A) elsif statement along with unless
Explanation:
unless elsif statement has elseif statement working with unless.