in reply to Re^2: Try::Tiny - return in catch from sub
in thread Try::Tiny - return in catch from sub
This module provides bare bones try/catch/finally statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Try::Tiny - return in catch from sub
by Anonymous Monk on Nov 27, 2010 at 10:35 UTC |