summaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-Symdump/pkg-descr
blob: 477bb19440f7c78b87d25eed1625d1d08da3aee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.

WWW: http://search.cpan.org/dist/Devel-Symdump/
OpenPOWER on IntegriCloud