Q. 'x' operator on string used to?
β
Correct Answer: (B)
Repeat the given string multiple times
Explanation: The "x" operator in Perl strings is used to repeat the given string multiple times.