p5-Return-MultiLevel

return across multiple call levels

WWW CVSWeb GITHub
  1. Package version
    p5-Return-MultiLevel-0.08
  2. Maintainer
    The OpenBSD ports mailing-list

This module provides a way to return immediately from a deeply nested call
stack. This is similar to exceptions, but exceptions don't stop automatically
at a target frame (and they can be caught by intermediate stack frames using
eval).