in reply to Re: Accessing list of package names in a module
in thread Accessing list of package names in a module

Aah, that's the one. Nice and simple and takes advantage of goodies hidden internally . Thank you!
  • Comment on Re^2: Accessing list of package names in a module

Replies are listed 'Best First'.
Re^3: Accessing list of package names in a module
by moritz (Cardinal) on Nov 20, 2008 at 16:17 UTC
    Symbol tables are hardly "goodies hidden internally", they are documented in perlmod.

    Though if you come from other programming languages it's not obvious that something like that even exists :-)