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

If AUTOLOAD stores them in the symbol table, they'll be in the symbol table. If AUTOLOAD doesn't (and you didn't predeclare them), you won't.