Query: devel::innerpackage
OS: mojave
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Devel::InnerPackage(3pm) Perl Programmers Reference Guide Devel::InnerPackage(3pm)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.18.2 2014-01-06 Devel::InnerPackage(3pm)
Related Man Pages |
---|
base(3pm) - mojave |
parent5.16(3pm) - osx |
perl::critic::policy::modules::requirefilenamematchespackage(3) - centos |
parent5.18(3pm) - mojave |
parent(3pm) - redhat |
Similar Topics in the Unix Linux Community |
---|
12-Core MacPro (2013) kernel_task over 1200% |
Shopt -s histappend |
Cannot extract libraries using sed |
My first PERL incarnation... Audio Oscillograph |
Python 3.8.0rc1 released. |