perl-Return-MultiLevel - Return across multiple call levels
| Website: | http://search.cpan.org/dist/Return-MultiLevel/ |
|---|---|
| License: | GPL+ or Artistic |
| Vendor: | Fedora Project |
- Description:
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). In other words, this is more like setjmp(3)/longjmp(3) than die.
Packages
| perl-Return-MultiLevel-0.04-1.el7.src [9 KiB] |
Changelog
by David Dick (2014-10-03):
- Initial release |