in reply to Inheriting constants in the same file -- help me find a better way!

Thanks, tye and tilly! I came up with a somewhat different approach that allows importation from any package(s) into any package (as does tilly's). I posted it to Snippets at Import all subroutines from another package whether it wants to export them or not!. To use it, you just go:

package B; use AllSubsFrom 'A';
  • Comment on Re: Inheriting constants in the same file -- help me find a better way!
  • Download Code