Man Page: devel::innerpackage
Operating Environment: debian
Section: 3perl
Devel::InnerPackage(3perl) Perl Programmers Reference Guide Devel::InnerPackage(3perl)NAMEDevel::InnerPackage - find all the inner packages of a packageSYNOPSISuse Foo::Bar; use Devel::InnerPackage qw(list_packages); my @inner_packages = list_packages('Foo::Bar');DESCRIPTIONGiven a file like this package Foo::Bar; sub foo {} package Foo::Bar::Quux; sub quux {} package Foo::Bar::Quirka; sub quirka {} 1; then list_packages('Foo::Bar'); will return Foo::Bar::Quux Foo::Bar::QuirkaMETHODSlist_packages <package name> Return a list of all inner packages of that package.AUTHORSimon Wistow <simon@thegestalt.org>COPYINGCopyright, 2005 Simon Wistow Distributed under the same terms as Perl itself.BUGSNone known. perl v5.14.2 2010-12-30 Devel::InnerPackage(3perl)
| Related Man Pages |
|---|
| base(3pm) - mojave |
| parent5.16(3pm) - osx |
| parent(3pm) - suse |
| perl::critic::policy::variables::requireinitializationforlocalva(3) - centos |
| parent5.18(3pm) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |