mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
This little package serves to access the symbol table of
|
|
perl.
|
|
|
|
Devel::Symdump->rnew(@packages)
|
|
|
|
returns a symbol table object for all subtrees below
|
|
@packages. Nested Modules are analyzed recursively. If no
|
|
package is given as argument, it defaults to main. That
|
|
means to get the whole symbol table, just do a rnew
|
|
without arguments.
|
|
|
|
Devel::Symdump->new(@packages)
|
|
|
|
does not go into recursion and only analyzes the packages
|
|
that are given as arguments.
|