Q. Is the Redo operator in Perl used?
β
Correct Answer: (B)
Jump the flow to the given label skipping the current block execution
Explanation: The redo operator is used to Jump the flow to the given label skipping the current block execution.