in reply to Re: Pure perl lexical sub import
in thread Pure perl lexical sub import
So you mean basically have a scope where they're imported be a different package than what eventually holds the object methods, by copying out the functions into that other package?
I suppose it works, but I'm having trouble imagining how I would structure things so that it is less ugly than just calling the external function by its full name in the intended package.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Pure perl lexical sub import
by Arunbear (Prior) on Dec 23, 2024 at 12:39 UTC |