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

Man Page: devel::innerpackage

Operating Environment: osx

Section: 3

Devel::InnerPackage(3)					User Contributed Perl Documentation				    Devel::InnerPackage(3)

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.16.2 2013-08-25 Devel::InnerPackage(3)
Related Man Pages
base(3pm) - mojave
parent(3pm) - mojave
parent(3perl) - debian
perl::critic::policy::variables::requireinitializationforlocalva(3) - centos
base5.18(3pm) - mojave
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
Shopt -s histappend
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...