in reply to Re^2: Using variables within use and package statement
in thread Using variables within use and package statement

This solution works for use statments , But for package name is there an option ?
None that I know (IIUC). That is: none that is not in the real of brainf***ed solutions. But you don't want to do that: just either use OO syntax directly or export whatever you need to, if you prefer a functional UI.
  • Comment on Re^3: Using variables within use and package statement