Home »
MCQs »
Perl Programming MCQs
The 'It' operator of string is used to ___
98. The 'It' operator of string is used to ___.
- Concatenate string
- Check if the string to its left is stringwise less than string to its left
- Substitute text
- None of these
Answer: B) Check if the string to its left is stringwise less than string to its left
Explanation:
The 'It' operator of string is used to check if the string to its left is stringwise less that string to its left.