pkgsrc/devel/p5-Return-MultiLevel/DESCR
wen 22d93d223e Import Return-MultiLevel-0.03 as devel/p5-Return-MultiLevel.
Return::MultiLevel 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). In other words, this is more like
setjmp(3)/longjmp(3) than die.
2014-01-04 09:30:09 +00:00

5 lines
298 B
Text

Return::MultiLevel 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). In other words, this is more like
setjmp(3)/longjmp(3) than die.