Man Page: devel::innerpackage
Operating Environment: centos
Section: 3
Devel::InnerPackage(3) User Contributed Perl Documentation Devel::InnerPackage(3)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.16.3 2014-06-09 Devel::InnerPackage(3)
| Related Man Pages |
|---|
| parent5.16(3pm) - osx |
| parent(3pm) - osx |
| base(3pm) - osx |
| perl::critic::policy::variables::requireinitializationforlocalva(3) - centos |
| base5.18(3pm) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |