http://qs321.pair.com?node_id=724837


in reply to Accessing list of package names in a module

If you want to analyse foreign modules, you should think of the possibility of functions created by autoload. I don't know how to fetch them too.

  • Comment on Re: Accessing list of package names in a module

Replies are listed 'Best First'.
Re^2: Accessing list of package names in a module
by chromatic (Archbishop) on Nov 20, 2008 at 18:47 UTC

    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.