Name: | perl-Return-MultiLevel |
---|---|
Version: | 0.04 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 9958 |
License: | GPL+ or Artistic |
RPM: | perl-Return-MultiLevel-0.04-1.el7.noarch.rpm |
Source RPM: | perl-Return-MultiLevel-0.04-1.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Return-MultiLevel/ |
Summary: | Return across multiple call levels |
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. |