in reply to Re^6: XS: use module into package
in thread XS: use module into package
My intention is to make the caller package use something else... without an eval
Again, package is a compiler directive. That means you need to invoke the compiler (eval).
|
|---|