in reply to Re^2: Inline::* and string eval -- Have I found a place where it might actually be necessary?
in thread Inline::* and string eval -- Have I found a place where it might actually be necessary?
\&{ $::{'Lua::'}{$module.'::'}{$funcname} };
but no strict 'refs'; is a lot easier.
By the way, Module::Pluggable is now part of core. I'd use that over playing with the symtab if applicable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inline::* and string eval -- Have I found a place where it might actually be necessary?
by Luftkissenboot (Novice) on Dec 26, 2008 at 10:53 UTC |