Next | Hook::LexWrap | 14 |
The postwrapper can see the function's original return value
This is quite simple:
$return = &$original; $dummy = scalar $wrapper{post}->(@_, $return) if $wrapper{post};
continued...
Next | Copyright © 2003 M. J. Dominus |