Is the Redo operator in Perl used?

82. Is the Redo operator in Perl used?

  1. Create a loop
  2. Jump the flow to the given label skipping the current block execution
  3. Repeat current block evaluation
  4. All of these

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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.