in reply to How do I generate a list of available top-level packages?
Try this:
dispSymbols(\%::);
Or this:
dispSymbols(\%main::);
They should both do the same thing. Be aware that the main package does have a bunch of random stuff in it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I generate a list of available top-level packages?
by nysus (Parson) on May 06, 2020 at 20:46 UTC | |
by haukex (Archbishop) on May 07, 2020 at 07:44 UTC |