devel::innerpackage(3pm) mojave man page | unix.com

Man Page: devel::innerpackage

Operating Environment: mojave

Section: 3pm

Devel::InnerPackage(3pm)				 Perl Programmers Reference Guide				  Devel::InnerPackage(3pm)

NAME
Devel::InnerPackage - find all the inner packages of a package
SYNOPSIS
use Foo::Bar; use Devel::InnerPackage qw(list_packages); my @inner_packages = list_packages('Foo::Bar');
DESCRIPTION
Given 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::Quirka
METHODS
list_packages <package name> Return a list of all inner packages of that package.
AUTHOR
Simon Wistow <simon@thegestalt.org>
COPYING
Copyright, 2005 Simon Wistow Distributed under the same terms as Perl itself.
BUGS
None known. perl v5.18.2 2014-01-06 Devel::InnerPackage(3pm)
Related Man Pages
parent5.16(3pm) - osx
base(3pm) - suse
parent(3pm) - suse
parent(3pm) - osx
perl::critic::policy::modules::requirefilenamematchespackage(3) - centos
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
Controlling user input
[BASH] eval command not expanding variables as expected.