Home »
MCQs »
Perl Programming MCQs
Logical operators in Perl are ___
32. Logical operators in Perl are ___.
- Used to compare values
- Used to combine conditions
- Used to perform arithmetic operations
- None of these
Answer: B) Used to combine conditions
Explanation:
Logical operators in Perl are used to combine multiple conditions.