in reply to Re^2: Hook::LexWrap and core functions
in thread Hook::LexWrap and core functions
Nope, and the error accurately describes the reason you can't. push is not a sub, so you can't get its address, so it can't be wrapped.
You might be able to wrap *CORE::GLOBAL::push once you create it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Hook::LexWrap and core functions
by Alien (Monk) on Sep 19, 2008 at 23:13 UTC |