Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Accessing list of package names in a module

by Crian (Curate)
on Nov 20, 2008 at 10:46 UTC ( [id://724837]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://724837]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found