| CPAN Ratings Sub-Uplevel reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Sub-Uplevel
There are very, very few places when you need this library. I think the only place it's really needed is when you must interact with code that you don't control, and which decides how to behave based on its caller, and you need to change the call stack. This is *extremely* rare. Almost every use of Sub::Uplevel is a mistake. It is *very* useful to have on those rare occasions when it is needed, but it would be better, whenever possible, to simply fix the other end of the problem to not require Sub::Uplevel.
Ricardo Signes - 2010-11-10T05:20:50
Allows you to pretend to run a function in a higher stack frame. Useful for wrapping subroutines so that they don't realise that they're wrapped.
Adrian Howard - 2003-10-24T14:54:02
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|